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
LangString and the language_id parameter
4 posts
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
You can find full list ID in NSIS\Contrib\Language files\*.nlf
works great now.
thanks!
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
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