Archive: Sublang Selection


Sublang Selection
Hey guys,
i've searched the online nsis docs and this forum, but no luck.

I'm adding two versions of chinese to my installer, which the user can manually select(simplified and traditional). If the user selects simplified, how do I tell nsis to display this sublang?

My guess is something like this:

${LANG_CHINESE} | ${SUBLANG_CHINESE_SIMPLIFIED}


Thanks!


There's ${LANG_SIMPCHINESE} and ${LANG_TRADCHINESE}. No need for OR'ing anything.