Skip to content

Instantly share code, notes, and snippets.

@ksol
Created January 23, 2015 13:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ksol/d1b9481c6ea8bcc9828f to your computer and use it in GitHub Desktop.
Save ksol/d1b9481c6ea8bcc9828f to your computer and use it in GitHub Desktop.
Javascript one-liner for finding user language
var langage = (navigator.language || navigator.browserLanguage).split('-')[0];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment