Skip to content
⌘ NSIS Forum Archive

[InstallOptions] Label text depending on language

6 posts

lzandman#

[InstallOptions] Label text depending on language

Hi,

I'm creating a multi-language installer that includes some InstallOption pages. Is it possible to use LangStrings for the text of the InstallOptions elements (labels, links)?

So when the user selects Dutch, all labels will show the Dutch language text. When the user selects English all the labels will show the English language text.

If it is possible can someone also give an example of how to do this?

Thanx in advance,

Leon Zandman
zimsms#
Here's another way you could do that.
lzandman#
Originally posted by zimsms
Here's another way you could do that.
What do you mean? I've downloaded the file and it shows how to use language strings. But it doesn't show how to alter InstallOption elements. Did you understand my question?