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
Localizing Uninstall pages
3 posts
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.
Thanks & Greatly appreciated kichik