Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create installer in specific language #646

Closed
rwlnd opened this issue Aug 4, 2016 · 1 comment
Closed

create installer in specific language #646

rwlnd opened this issue Aug 4, 2016 · 1 comment

Comments

@rwlnd
Copy link

rwlnd commented Aug 4, 2016

  • Version: 5.22.2
  • Target: nsis - no oneClick - no custom options
  • Operating system: windows 10
  • Build command: build --arch all

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 ?

@develar
Copy link
Member

develar commented Aug 8, 2016

Installer will automatically detect user lang. Our custom strings are not translated, please file PR. This issue will be closed.

screen shot 2016-08-08 at 08 56 00

screen shot 2016-08-08 at 08 49 27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants