_locale = $locale; } /** * Return locale string * * @return string */ public function __toString() { return $this->_locale; } }