Skip to content

Instantly share code, notes, and snippets.

@seedprod
Created December 15, 2017 19:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seedprod/05ac92e49c75b3070d364a8b2fcc93ea to your computer and use it in GitHub Desktop.
Save seedprod/05ac92e49c75b3070d364a8b2fcc93ea to your computer and use it in GitHub Desktop.
<script type="type/javascript">
var language = navigator.language || navigator.browserLanguage;
// alert(language);
if (language.indexOf('en') > -1) {
document.location.href = 'http://en.socialpos.com.ar';
} else {
document.location.href = 'http://socialpos.com.ar';
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment