Archive: Multi Language with only english uninstall


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


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.


Thansk for the replay,

So you have an example for me?

Thanks


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)