Prado\I18N\core\MessageFormat::setCharset PHP Метод

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

Sets the charset for message output.
public setCharset ( $charset )
    public function setCharset($charset)
    {
        $this->charset = $charset;
    }