Archive: Mutliple License Files


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


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.