Created
March 23, 2020 22:39
-
-
Save brennandunn/6b254eca47188af0c4e9c778eaed1cdc to your computer and use it in GitHub Desktop.
This file contains 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
<script> | |
var lang = window.navigator.userLanguage || window.navigator.language; | |
lang = lang.slice(3, 5); | |
if (lang) lang = lang.toLowerCase(); | |
window.userLanguage = lang; | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment