yupe\components\urlManager\LanguageBehavior::setLanguage PHP Method

setLanguage() protected method

protected setLanguage ( string $language )
$language string
    protected function setLanguage($language)
    {
        Yii::app()->getUser()->setState($this->lm->getCookieKey(), $language);
        Yii::app()->getRequest()->cookies[$this->lm->getCookieKey()] = new CHttpCookie($this->lm->getCookieKey(), $language);
        Yii::app()->setLanguage($language);
    }