复制代码代码如下:
<script type = "text/javaScript">
var language = navigator.browserlanguage؟ navigator.BrowserLanguage: navigator.language ؛
تنبيه (لغة) ؛
if (language.indexof ('en')> -1) document.location.href = 'English.htm' ؛
آخر if (language.indexof ('nl')> -1) document.location.href = 'dutch.htm' ؛
آخر if (language.indexof ('fr')> -1) document.location.href = 'French.htm' ؛
آخر if (language.indexof ('de')> -1) document.location.href = 'german.htm' ؛
آخر if (language.indexof ('ja')> -1) document.location.href = 'gapanese.htm' ؛
آخر if (language.indexof ('it')> -1) document.location.href = 'italian.htm' ؛
آخر if (language.indexof ('pt')> -1) document.location.href = 'portuguese.htm' ؛
آخر if (language.indexof ('es')> -1) document.location.href = 'Spanish.htm' ؛
آخر if (language.indexof ('sv')> -1) document.location.href = 'swedish.htm' ؛
آخر if (language.indexof ('zh')> -1) document.location.href = 'inchane.htm' ؛
آخر
document.location.href = 'English.htm' ؛
</script>