CINXE.COM
<!doctype html> <html> <head> <meta charset="utf-8"/> </head> <body> <script> try{ var language = navigator.language || navigator.userLanguage; if(!language) language = 'en'; language = language.toLowerCase().split('-')[0]; var protocol = window.location.protocol; if(!protocol) protocol = 'https:'; var redirectURL = protocol + '//' + window.location.hostname + "/" + language; if(window.location.pathname){ redirectURL += window.location.pathname; } window.location.href = redirectURL; }catch(ex){ window.location.href.replace('https://' + window.location.hostname + "/en/"); } </script>