Created
May 3, 2016 16:29
-
-
Save m242/e9eae0648a8dbc260fdd8754e9c07b05 to your computer and use it in GitHub Desktop.
Language redirect
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
var language = (navigator.language || navigator.browserLanguage).toLowerCase(); | |
if (language == "en-gb") { | |
window.location = "https://www.skechers.com/en-gb/"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment