Home > php教程 > php手册 > Using language packs in php,

Using language packs in php,

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-08-26 10:12:45
Original
1724 people have browsed it

Switch between Chinese and English. If you have any good ideas, please leave a message
class="active" href="/index.php?c=index&a=index&version=cn">中文
class="active" href="/index.php?c=index&a=index&version=en">English


​In Controller:
Determine which language the user clicked
if(isset($_GET['version'])){
$version = $_GET['version'];
setcookie("version",$version,time()+(3600*24),"/");
}
. Just judge the cookie value in the previous paragraph:



​ ​                                                                       




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 Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template