Created
March 3, 2015 21:00
-
-
Save wholypantalones/9a65eb532b71f0e636e7 to your computer and use it in GitHub Desktop.
Get browser language preference
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var lang = navigator.languages ? navigator.languages[0] : (navigator.language || navigator.userLanguage); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment