-
Notifications
You must be signed in to change notification settings - Fork 752
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
default to browser language #3355
Comments
It's not even all that hard to do var lang = navigator.language || navigator.userLanguage; |
|
(yes, the current code in snap is |
also i found out that apple webkit only shows 1 entry in that array, no matter what, for security reasons: so web apps have to try stripping the language code themselves |
by default, snap opens in english, it can be changed, but i think it would be better to load the system language by default
The text was updated successfully, but these errors were encountered: