Home > Backend Development > PHP Tutorial > bosS要小弟我在网站上添加一个英文页面啊没做过

bosS要小弟我在网站上添加一个英文页面啊没做过

WBOY
Release: 2016-06-13 11:08:59
Original
985 people have browsed it

bosS要我在网站上添加一个英文页面啊,没做过
bosS要我在网站上添加一个英文页面啊,没做过有经验的老大支下招啊,
------解决方案--------------------
像添加中文頁面一樣添加,只是內容不同而以
------解决方案--------------------
不是把 中文页面变成英文的
而是 中、英 文各一套

http://localhost
http://localhost/ch
访问的就是中文的

http://localhost/en
访问的就是英文的





------解决方案--------------------
后台可能要改,数据库中加个字段,以实现多语言版


------解决方案--------------------
既然是两个页面 
最简单的 就是 两个 连接 咯 点一下 跳到中文 
再点就跳到英文 
------解决方案--------------------
最简单就是整个网站复制一份改成英文 , 各自完全独立
------解决方案--------------------
$_SERVER[HTTP_ACCEPT_LANGUAGE] 看客户机的语言设置,根据这个进行一个自动跳转就好了,跳转页面的你就用英语写好就可以了。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template