Skip to content
⌘ NSIS Forum Archive

Language selection - perfect match

2 posts

Backland#

Language selection - perfect match

Hey all,

I've been asked to implement a multi-lingual installer, but with a specific behaviour.

the NSIS docs mention that the installer will attempt to locate a perfect language match according to the users settings, and if none found, it will try to locate a primary match.

What I need is to determine whether a perfect match was found or not, the installer should just use English if one of the included languages does not perfectly match the users settings, we dont want a primary match to be used.

Any help would be great, thanks!
kichik#
Use the following to manually detect the language and compare it to NSIS' selection.