diff --git a/doc/zh/translation.md b/doc/zh/translation.md index d878ff96a..5617f3e51 100644 --- a/doc/zh/translation.md +++ b/doc/zh/translation.md @@ -34,7 +34,7 @@ return [ ]; ``` -## 配置语言环境 +## 配置默认语言环境 关于国际化组件的相关配置都是在 `config/autoload/translation.php` 配置文件里设定的,你可以按照实际需要修改它。 @@ -52,6 +52,30 @@ return [ ]; ``` +### 配置临时语言环境 + +```php +translator->setLocale('zh_CN'); + } +} +``` + # 翻译字符串 ## 通过 TranslatorInterface 翻译