企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# 系统如何切换中英文 1.打开配置文件 `\application\Common\Conf\config.php` ``` ├─application │ ├─Common │ │ ├─Conf │ │ │ config.php ``` 配置项改为 `true`,如下所示: ``` 'LANG_AUTO_DETECT' => true, ``` 在地址栏中输入 `?l=en-us` 即可切换为英文,如下所示: ``` http://localhost/index.php?l=en-us ```