复制代码代码如下:
<script type = "text/javascript">
var language = navigator.browserlanguage? navigator.browserlanguage: navigator.language;
оповещение (язык);
if (ranguage.indexof ('en')> -1) document.location.href = 'english.htm';
иначе if (ranguage.indexof ('nl')> -1) document.location.href = 'liter.htm';
иначе if (ranguage.indexof ('fr')> -1) document.location.href = 'french.htm';
else if (ranguage.indexof ('de')> -1) document.location.href = 'nemver.htm';
else if (ranguage.indexof ('ja')> -1) document.location.href = 'японский.htm';
иначе if (ranguage.indexof ('it')> -1) document.location.href = 'italian.htm';
else if (ranguage.indexof ('pt')> -1) document.location.href = 'portuguese.htm';
иначе if (ranguage.indexof ('es')> -1) document.location.href = 'spanish.htm';
иначе if (ranguage.indexof ('sv')> -1) document.location.href = 'swedish.htm';
иначе if (ranguage.indexof ('zh')> -1) document.location.href = 'winking.htm';
еще
document.location.href = 'English.htm';
</script>