Prado\I18N\TI18NControl::getCulture PHP Method

getCulture() public method

Get the specific culture for this control.
public getCulture ( ) : string
return string culture identifier.
    public function getCulture()
    {
        return $this->getViewState('Culture', '');
    }