Skip to content
⌘ NSIS Forum Archive

uninstall alreay in French

4 posts

vink#

uninstall alreay in French

Hello,

I've made an installer in French and English, and it works 😉
But the uninstall.exe is in French in both cases.
How may I tell the uninstall that it's in the install language ?

Thanks

Vink
deguix#
Write it in the registry when installing, and read it when uninstalling.

Use WriteRegStr (in installation) and ReadRegStr using $LANGUAGE variable (in uninstallation).
Joost Verburg#
If you are using the Modern UI there are settings available to store the installer language.

If there is no language stored, the Modern UI will automatically show a language selection dialog.