Ballerburg
29th December 2004 14:25 UTC
Mutliple License Files
Hi,
i'm relatively new to NSIS. I want to create a installer, which displays the user different license texts depending on the setup language they chose. Can anybody tell me how I can create something like a simple "if" routine to solve that problem?
Please help me!
Regards,
Kevin
glory_man
29th December 2004 15:14 UTC
For an example of an installer with multiple langauges, see {NSISDIR}\Examples\languages.nsi.
You can use functions - LicenseLangString, LangString.
Try to search forum by keywords - language, multilanguage, multilingual. Maybe find anything you need.