Archive: LangString and the language_id parameter


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


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


works great now.

thanks!


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