Skip to content
⌘ NSIS Forum Archive

Mutliple License Files

2 posts

Guest#

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#
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.