Commit cc243457 by Alexander Makarov

Added link to ICU Locale docs in order to clarify what are Yii::$app->language values

parent 8e013aac
...@@ -36,6 +36,9 @@ Later you can easily change it in runtime: ...@@ -36,6 +36,9 @@ Later you can easily change it in runtime:
\Yii::$app->language = 'zh_CN'; \Yii::$app->language = 'zh_CN';
``` ```
> **Note**: please refer to [ICU documentation](http://userguide.icu-project.org/locale) in order to find out language
> and country codes for your case.
Basic message translation Basic message translation
------------------------- -------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment