CINXE.COM
<!DOCTYPE html> <html lang="en"> <head> <script type="text/javascript"> var userLang = navigator.language || navigator.userLanguage; if (!(userLang == "fr-CA") && !(userLang == "en-CA")) { userLang = "en-CA"; } window.location.href = window.location.href.replace("welcome-bienvenue.html", ""); window.location.href = ("login-acces.aspx?GoCtemplateCulture=" + userLang); </script> </head> <body> </body> </html>