Archive: Using different name for different languge


Using different name for different languge
I install a software, it shows me a language selection box. if I select "English", setup not only shows the English interface, but also the name shown is an English name.
e.g. Welcome to the ENGLISHNAME setup wizard.

But if I select Chinese, the name show will be changed to its Chinese name.
e.g. Welcome to the CHINESENAME setup wizard.
(Of course, the sentence above is only an example, in fact they are all Chinese charactors. I only want the name to be different, we know that other words of multi-language interface were defined in the language files.)

I want to know how to assign different name when select different language.

Maybe my English is not very well if only you can understand.


hi,

you can use LangString:

LangString main ${LANG_ENGLISH} "Mainprogramm"

and this i think:

!define PRODUCT_NAME "$(main)"

i dont know if this works, but try it