X6CMS website content management system
v2.1 英文语言包
How to use the English language pack:
first step:
Copy common_lang.php to the folder /application/language/en/ and copy en.js to the folder /js/language/. Step 2:
Find $config[language] = zh_cn in the file /application/config/config.php; modify it to $config[language] = en;
Modify the <script type="text/javascript" src="js/language/zh_cn.js"> found in /application/views/admin_head.php and modify it to <script type="text/javascript" src="js/language/ en.js">
hint:
For the language of the background function permissions, please modify the language of the classification column in the background -> System Management -> Permissions menu. Please modify it in the background -> System Management -> Classification column.