Difference between #31 and #32 of
Yii v2 snippet guide III

Revision #32 has been created by rackycz on Feb 12, 2021, 9:17:44 AM with the memo:

test
« previous (#31) next (#33) »

Changes

Title unchanged

Yii v2 snippet guide III

Category unchanged

Tutorials

Yii version unchanged

2.0

Tags unchanged

tutorial,yii2,beginer

Content changed

[...]
* [Yii v2 snippet guide III](https://www.yiiframework.com/wiki/2567/yii-v2-snippet-guide-iii)


**Switching languages and Language in URL**
---

 
I already [wrote](https://www.yiiframework.com/wiki/2552/yii-v2-snippet-guide#i18n-translations) how translations work. Here I will show how language can be switched and saved into the URL.
So let's add the language switcher into the main menu:
[...]
**Search and replace Yii::t()**
---

 
Simple usage in format Yii::t('text','text') can be searched using following regex for example in Notepad++. If you want to modify it massively, you can use the "replace" command, also in Notepad++.

```
[...]
```

**Running Yii project in Vagrant. (Simplified version)
 
**
 
---

- Do you want your colleague-developers to use identical environment like you have?
- Or do you want to easily setup whole server after you reinstalled your computer?

This is when Vagrant is helpful.
[...]
8 0
4 followers
Viewed: 189 582 times
Version: 2.0
Category: Tutorials
Written by: rackycz
Last updated by: rackycz
Created on: Jan 21, 2021
Last updated: a year ago
Update Article

Revisions

View all history