PHP之判断用户语言跳转网页
时间:2016-08-29 09:22:08
作者:采集侠
来源:网络整理
当来访者浏览器语言是中文就进入中文版面,国外的用户默认浏览器不是中文的就跳转英文页面。 PHP代码: ? $lan = substr(?$HTTP_ACCEPT_LANGUAGE,0,5); if ($lan == zh-cn) print(meta http-equiv='refresh' content = '0;URL = gb/index.htm'); else print
window.location.replace('url')
print("<meta http-equiv='refresh' content = '0;URL = eng/index.htm'>");
</script>
else
window.location.replace('url')
else
window.location.replace('url')
else if (lang == "zh-cn")
var type=navigator.appName
if (type=="Netscape")
// 德语
else if (lang == "zh-tw")
else if (lang == "de")
var lang = lang.substr(0,2)
// 除上面所列的语言
if ($lan == "zh-cn")
// 繁体中文
else
window.location.replace('url')
// 英语
var lang = navigator.userLanguage
print("<meta http-equiv='refresh' content = '0;URL = eng/index.htm'>");
</script>
else
window.location.replace('url')
else
window.location.replace('url')
else if (lang == "zh-cn")
当来访者浏览器语言是中文就进入中文版面,国外的用户默认浏览器不是中文的就跳转英文页面。
var type=navigator.appName
if (type=="Netscape")
// 德语
else if (lang == "zh-tw")
else if (lang == "de")
var lang = lang.substr(0,2)
// 除上面所列的语言
<?
<script>
var lang = navigator.language
//cut down to first 2 chars of country code
print("<meta http-equiv='refresh' content = '0;URL = gb/index.htm'>");
window.location.replace('url')
// 简体中文
?>
if ($lan == "zh-cn")
PHP代码:
$lan = substr(?$HTTP_ACCEPT_LANGUAGE,0,5);HTML网页根据来访这的浏览器语言不同自动跳转多语言页面,在 <head> </head> 之间加入如下代码。
// 繁体中文
else
window.location.replace('url')
// 英语
var lang = navigator.userLanguage