shoxabbos / yii2-langselect
Langugae selector
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:yii2-extension
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-03-30 06:24:50 UTC
README
Langugae selector
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist shoxabbos/yii2-langselect "*"
or add
"shoxabbos/yii2-langselect": "*"
to the require section of your composer.json
file.
Usage
Add this Bootstrap Class to your web/config.php file:
'bootstrap' => [ [ 'class' => '\shoxabbos\langselect\LanguageSelector', 'supportedLanguages' => ['en', 'ru'], ], ],
To change the language of the site, You need to call URL with a "lang" parameter:
http://localhost/site/index?lang=en http://localhost/site/index?lang=ru