Skip to content
⌘ NSIS Forum Archive

Localizing Uninstall pages

3 posts

abu_abdulla#

Localizing Uninstall pages

Hi,

I have seen that the Uninstall pages are not localized into other language. Can we do this? Otherwise, is there a plan to implement this.

Thanks
kichik#
Uninstaller pages are no different than install pages when it comes to translation. You probably forgot to initialize $LANGUAGE in the uninstaller by using !insertmacro MUI_UNGETLANGUAGE in un.onInit as shown in Examples\Modern UI\MultiLanguage.nsi.