| 源码简介: |
vtigercrm汉化包,目前可以再最新版本的vtiger上使用,安装英文版以后解压缩此压缩包覆盖源目录即可,然后修改config.inc.php中:$languages = Array( zh_cn => 简体中文 ,) $default_charset = UTF-8 $default_language = zh_cn -vtigercrm finished package, the current can then use the latest version of vtiger install English version of this compressed packet after decompression can be covered by the source directory, and then modify the config.inc.php in: $ languages = Array ( ' zh_cn' => ' Simplified Chinese ' ,) $ default_charset =' UTF-8 ' $ default_language =' zh_cn '
|