Comparing
#68 with
#69
Revision #69 was created by
rackycz on Sep 20, 2019, 2:31:29 PM.
edit
Content
[...]
$config = [
// use your language
// also accessible via Yii::$app->language
'language' => 'cs-CZ',
'sourceLanguage' => 'en-US', // en-US is default value, try not to change it.// This attribute is not necessary.
// en-US is default value
'sourceLanguage' => 'en-US',
// ... other configs
```
Note: This language-setting will be forgotten as soon as you click somewhere. In next chapter we will enhance this ..
Switching languages + session + dropdown in the top menu
---[...]