-
Notifications
You must be signed in to change notification settings - Fork 15.8k
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
Get fine-grain locale information #9247
Comments
I can relate to that - the difference in locale and formats is very common in the non-English countries. |
👋 Curious if any progress on this issue has been made? |
@iAmWillShepherd not that I know of, but here are a few related things that have landed since this was opened: |
I'll also cross-reference the new TC39 discussion about this tc39/ecma402#257 |
Closing this for now as it's not possible at present per Chromium's roadmapping nor does it seem to be something they're planning to address anytime soon. Should something change, we can definitely look back into implementing this downstream once it becomes available or enters consideration upstream. |
app.getLocale
exists, but locale has more nuance than a single setting.For example, an international user could have
en-US
as their language but a localized numeric setting. It'd be great if Electron could expose those.https://bugs.chromium.org/p/chromium/issues/detail?id=120473 and https://bugs.chromium.org/p/chromium/issues/detail?id=33413 seem to be relevant Chromium bugs.
The text was updated successfully, but these errors were encountered: