Skip to content
⌘ NSIS Forum Archive

Multi Language with only english uninstall

4 posts

joade#

Multi Language with only english uninstall

Hi,

I have a multi language script and when i install the program in german, the uninstaller starts in english, why is that so?

Can someone help me, please!

Thanks
John
Animaether#
you might have to store the installer language (e.g. in the registry), and in the un.onInit callback function read that value and set the language at that point.
Animaether#
I've not touched multi-language bits much - but if you're using Modern UI (2), see: MUI_UNGETLANGUAGE in the modern ui documentation (part of the NSIS supplied documentation)