Prado\I18N\core\MessageFormat::getCharset PHP Method

getCharset() public method

Gets the charset for message output. Default is UTF-8.
public getCharset ( ) : string
return string charset, default UTF-8
    public function getCharset()
    {
        return $this->charset;
    }