Archive: Multi-lang Installer, show only 2 lang choises on lang select dialog.


Multi-lang Installer, show only 2 lang choises on lang select dialog.
hello,
Assume that there is a multi-lang installer, five languages for example.
The select lang dialog showing a combo with these 5 languages.
Is it possible to show only the default english and the target's local lang? And if the target's local lang is not between these 5 languages does not show the dialog at all and start the installation with the english interface.
Any ideas on how this should be done?
Thanks


Hi Red Wine!

I think this should be possible. Have a look at the example in
http://nsis.sourceforge.net/Examples/languages.nsi
The only thing to do is to manipulate the stack so that it has exactly the languages you wish to show.

http://nsis.sourceforge.net/Docs/Chapter4.html#4.10.2

Have a nice day!

Cheers

Bruno