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', '');
    }