In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
ThinkPHP multi-language and multi-template support related introduction, in view of this problem, this article introduces the corresponding analysis and solution in detail, hoping to help more partners who want to solve this problem to find a more simple and easy way.
1. ThinkPHP multilingual support:
Add to the config.php configuration file:
/ / multilingual support settings' LANG_SWITCH_ON'= > true,'DEFAULT_LANG'= > 'zh-cn','LANG_AUTO_DETECT'= > true,'LANG_LIST'= >' en-us,zh-cn,zh-tw'
Create three folders under the Home/Lang/ folder, which are zh-cn, en-us and zh-tw for simplified Chinese, English and traditional Chinese, respectively
Under the folder, you can create a file corresponding to the template, or a public file common.php
The zh-cn/common.php page is as follows:
The en-us/common.php page is as follows:
The zh-tw/common.php page is as follows:
The template index.php code is as follows:
Welcome: {$Think.lang.welcome} language: {$Think.lang.lan} simplified Chinese english traditional Chinese
Or define L ('demo',' test') directly in the Action method, so that it can be directly applied in the template: {$Think.lang.demo}
For example, in the model: array ('uname','require',' user name is required'); you can use: array ('uname','require','%name')
2. ThinkPHP multi-template support:
Add to the config.php configuration file:
/ / multiple templates support 'TMPL_SWITCH_ON'= > true,' TMPL_DETECT_THEME'= > true
Create other skin folders under / Home/Tpl/, such as the folder red, where the files are the same as those in the default file.
Add to the template file:
Red default on ThinkPHP multi-language and multi-template support related questions to share here, I hope the above content can be of some help to you, if you still have a lot of doubts to be solved, you can follow the industry information channel for more related knowledge.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.