co_mit/yii2langswitcher

There is no license information available for the latest version (dev-master) of this package.

Yii 2 Language Switcher

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2015-06-01 08:15 UTC

This package is not auto-updated.

Last update: 2025-09-27 23:57:34 UTC


README

Yii2 Language switcher bar
Create a language selector on screen so user can switch language very easy
It's best in development and test

Using:
$config['bootstrap'][] = 'langswitcher';
$config['modules']['langswitcher'] = [
    'class' => 'co_mit\langswitcher\Module',
    'langs'=>[
      'en'=>'English',
      'ja'=>'Japanese'
    ],
    'defaultLang'=>'en'
];