haywack
2nd June 2005 22:39 UTC
LangString and the language_id parameter
I'm stumped trying to find a list of values for the language_id parameter to the LangString command.
I was able to guess $(LANG_POLISH) and $(LANG_ENGLISH), but I need to know the full list for languages like simplified chinese and traditional chinese.
any help appreciated!
Brian
bluenet
3rd June 2005 03:15 UTC
In MUI, when you insert SimpChinese language the language id is defined ${LANG_SIMPCHINESE}.
You can find full list ID in NSIS\Contrib\Language files\*.nlf
haywack
3rd June 2005 21:01 UTC
works great now.
thanks!
onad
6th June 2005 13:38 UTC
Try MoreInfo plugin and...
Look into the included readme file. A full list of LCID's (Language ID's) is included.
Maybe even use the plugin to solve your problems ;)
Success,
Emin