Netson\L4gettext\L4gettext::__toString PHP Method

__toString() public method

method to dump the current locale/encoding settings to string
public __toString ( ) : string
return string
    public function __toString()
    {
        return (string) $this->getLocaleAndEncoding();
    }