Server : Apache System : Linux server.lienzindia.com 4.18.0-348.7.1.el8_5.x86_64 #1 SMP Wed Dec 22 13:25:12 UTC 2021 x86_64 User : plutus ( 1007) PHP Version : 7.4.33 Disable Function : NONE Directory : /usr/share/doc/HTML/ |
Upload File : |
<!DOCTYPE HTML> <html> <head> <title>Apache HTTP Server Test Page powered by CentOS</title> <body> <script type="text/javascript"> var lang = navigator.language; var match = 0; var locales = ["es-ES", "zh-CN", "zh-HK", "zh-TW"]; // Try for full match of lang_LOC for(locale in locales) { if(lang == locales[locale]) { match = 1; break; } } // Else try for match of lang if(match == 0) { for(locale in locales) { var loc_lang = locales[locale].substring(0,2); var language = lang.substring(0,2); if(loc_lang == language) { lang = locales[locale]; match = 1; break; } } } // Else default to en-US if(match == 0) { lang = 'en-US'; } window.location = lang + "/index.html"; </script> </body> </html>