Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   Using different name for different languge (http://forums.winamp.com/showthread.php?t=298909)

jiake 20th October 2008 06:00

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.

simptz 20th October 2008 08:07

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


All times are GMT. The time now is 17:52.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.