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

setCharset() public method

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