Difference between #12 and #13 of
Yii v2 snippet guide III

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 be
hingd the domain name, following URL rules can be created in config/web.php, section components:

```php
'components' => [
// ...
'urlManager' => [
[...]
8 0
4 followers
Viewed: 164 785 times
Version: 2.0
Category: Tutorials
Written by: rackycz
Last updated by: rackycz
Created on: Jan 21, 2021
Last updated: 9 months ago
Update Article

Revisions

View all history