Skip to content

Instantly share code, notes, and snippets.

@nomadrat
Created March 17, 2016 13:09
Show Gist options
  • Save nomadrat/76b34249bcec9ae2426d to your computer and use it in GitHub Desktop.
Save nomadrat/76b34249bcec9ae2426d to your computer and use it in GitHub Desktop.
function getLocale() {
return (navigator.userLanguage || navigator.language || navigator.systemLanguage).toLowerCase();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment