Revision #71 was created by rackycz on Sep 20, 2019, 2:58:47 PM.
edit
Content
[...]
// ... other configs
```
Switching languages + session + dropdown in the top menu
---
First lets add to file config/web.php one moreparams.php attributes with list of supported languages:
```php aa
// config/web.php
$config = [
// use your language
// also accessible via Yii::$app->language
'language' => 'cs-CZ'
<?php
return [
// ...
'allowedLanguages' => [
'en-US' => "English",
'cs-CZ' => "Česky",
],
// This attribut'langSwitchUrl' => '/site/set-lang',