[MUI_LANGDLL_DISPLAY] not all language available
hi all,
i have just installed the 2.33 and compiled my script and i have an issue with the language selection combo box. Not all language choice appear.
i ask to include 5 language :
!insertmacro LANG_LOAD "English" "English"
!insertmacro LANG_LOAD "French" "French"
!insertmacro LANG_LOAD "Hungarian" "Hungarian"
!insertmacro LANG_LOAD "Turkish" "Turkish"
!insertmacro LANG_LOAD "Dutch" "Dutch"
with lang_load :
!macro LANG_LOAD LANGUAGE FILE
; MUI language stuff
!insertmacro MUI_LANGUAGE "${LANGUAGE}"
; include CS wave language file
!include "Lang\${FILE}.nsh"
!macroend
but in the combo box i have only English, French and dutch.
no warning concerning the language file in the build report ...
any idea ?
thanks.