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. 👍
Which language
4 posts