lajax\translatemanager\models\Language::getStatusName PHP Method

getStatusName() public method

Returns the state of the language (Active, Inactive or Beta) in the current language.
public getStatusName ( ) : string
return string
    public function getStatusName()
    {
        return Yii::t('array', self::$_CONDITIONS[$this->status]);
    }