PDA

View Full Version : Single-Language


cassiv
31st October 2005, 07:19
Hello together!
I´m a rookie in using nsis and have the following question to the community:
I wan´t to set German as the exclusive and only language in my script.
But when i use "!insertmacro MUI_LANGUAGE "German"" everytime a popup-Window appears with the order to select one Language, in my case the range is only german, but i don´t want this popup to appear!
What can i do ?
Thanks
Regards, Michael

Takhir
31st October 2005, 08:07
May be this string presents in your .onInit function :)
!insertmacro MUI_LANGDLL_DISPLAY

cassiv
31st October 2005, 08:38
Thanks a lot, this is it :-)