Prado\I18N\core\MessageFormat::setCharset PHP Méthode

setCharset() public méthode

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