Malwarebytes
1st February 2007 04:17 UTC
Which language
How can I use NSIS to figure out which language a user chose. I want to execute my program depending on the users choice.
For example:
If Language = English Then Execute MyProgram.exe /English
If Language = Dutch Then Execute MyProgram.exe /Dutch
and so on.. Any help appreciated. :up:
Red Wine
1st February 2007 05:07 UTC
var $LANGUAGE contains the language code, for instance 1033 for english.
Malwarebytes
1st February 2007 05:10 UTC
Thank you for your quick reply. What is the correct case switching in NSIS? Is there any sample script I can look at. :)
Red Wine
1st February 2007 05:23 UTC
See the included into examples directory, LogicLib.nsi.