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

Print dialog is always in English in MacOS build #6534

Closed
artemnikotin opened this issue Mar 22, 2018 · 2 comments
Closed

Print dialog is always in English in MacOS build #6534

artemnikotin opened this issue Mar 22, 2018 · 2 comments
Labels

Comments

@artemnikotin
Copy link

Hi, I have a problem with print dialog language in osx build. Seems osx build does not support any locales except english one.

NWJS Version : 0.29.1
Operating System : MacOS 10.13.3
nw-builder Version : 3.5.1

Expected behavior

// this values I have in Chrome browser running on this OS
window.navigator.languages; // ["ru", "en-US", "en"]
window.navigator.language; // "ru"

Actual behavior

window.navigator.languages; // ["en-US", "en"]
window.navigator.language; // "en-US"

Details

My windows build shows print dialog in Russian, but MacOS build always shows dialogs in English, although, as I can see, other locales can be found in built application at "XXX.app\Contents\Versions\65.0.3325.162\nwjs Framework.framework\Versions\A\Resources".
#779 and #24 does not help.

@Christywl
Copy link
Contributor

I can't reproduce this issue on Mac 10.13.3 with nwjs-sdk-v0.29.1:
set system language to Russian:
2018-03-22 2 12 08

@artemnikotin
Copy link
Author

I am very sorry. I am getting problem with built version, seems problem in nw-builder. I will create a ticket in a corresponding repository.
Again sorry and thanks, next time I should test original application.

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

No branches or pull requests

2 participants