Prado\I18N\TI18NControl::getCulture PHP Метод

getCulture() публичный Метод

Get the specific culture for this control.
public getCulture ( ) : string
Результат string culture identifier.
    public function getCulture()
    {
        return $this->getViewState('Culture', '');
    }