/**
* Switches the language and redirects back
*/
public function actionSwitchLanguage()
{
Yii::$app->cookieLanguageSelector->setLanguage(Yii::$app->request->post('language'));
$this->redirect(Yii::$app->request->post('redirectTo', ['site/index']));
}
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.