Revision #13 has been created by rackycz on Jan 21, 2021, 2:39:26 PM with the memo:
Translations
« previous (#12) next (#14) »
Changes
Title
unchanged
Yii v2 snippet guide III
Category
unchanged
Tutorials
Yii version
unchanged
2.0
Tags
unchanged
Content
changed
[...]
\Yii::$app->language = $_SESSION['sys_lang'];
return true;
}
}
```
If you want to have the sys_lang in the URL, right behin
gd the domain name, foll
owing URL rules can be created in config/web.php
, section components:
```php
'components' => [
// ...
'urlManager' => [[...]