You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been spending quite some time in the documentation of electron-builder AND nsis.
I am looking for a way to set the language of the installer to a specific language. From looking at examples like http://nsis.sourceforge.net/Examples/languages.nsi and seeing how this was implemented in the boringInstaller.nsi, i can tell that the English language is enforced using !insertmacro MUI_LANGUAGE "English"
Adding a custom include and adding the additional language there doesn't work as it is the first inserted language that is used by default.
Any plans on making the language easily customizable without having to modify the build templates or use a custom script? Or is there another way to set the UI language of the installer ?
The text was updated successfully, but these errors were encountered:
I've been spending quite some time in the documentation of electron-builder AND nsis.
I am looking for a way to set the language of the installer to a specific language. From looking at examples like http://nsis.sourceforge.net/Examples/languages.nsi and seeing how this was implemented in the boringInstaller.nsi, i can tell that the English language is enforced using
!insertmacro MUI_LANGUAGE "English"
Adding a custom include and adding the additional language there doesn't work as it is the first inserted language that is used by default.
Any plans on making the language easily customizable without having to modify the build templates or use a custom script? Or is there another way to set the UI language of the installer ?
The text was updated successfully, but these errors were encountered: