lzandman
23rd April 2004 11:25 UTC
[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
Joost Verburg
23rd April 2004 13:16 UTC
Write a LangString value to the INI file.
zimsms
23rd April 2004 13:23 UTC
Here's another way you could do that.
lzandman
23rd April 2004 14:41 UTC
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?
zimsms
23rd April 2004 14:48 UTC
I guess not, oh well ;)
lzandman
27th April 2004 08:10 UTC
Thanx Joost, I've got it working now. You just have to know where to look :)