Skip to content

Instantly share code, notes, and snippets.

@aravindanve
Created February 11, 2025 07:03
Show Gist options
  • Save aravindanve/e4434dfd94645ab0702bef7874ed7b20 to your computer and use it in GitHub Desktop.
Save aravindanve/e4434dfd94645ab0702bef7874ed7b20 to your computer and use it in GitHub Desktop.
// BUG: on chrome, new Intl.DateTimeFormat().resolvedOptions().locale does not report the correct browser locale
// see https://issues.chromium.org/issues/40070535
// for now, manually set default locale
// see https://stackoverflow.com/a/79146962/4274918
Settings.defaultLocale = Intl.DateTimeFormat(navigator.language).resolvedOptions().locale;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment