Archive: [MUI_LANGDLL_DISPLAY] not all language available


[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.


Only languages that can be displayed correctly on your OS installation will be displayed on the list.

Stu


And with greater detail and a solution from the FAQ:

http://nsis.sourceforge.net/Why_does...some_languages


oups .... shame on me !

in fact i forget that i have uncheck some windows regional options since the last time i test the install, that why i was suprise to not find all language.

guillaume