/** * Sets locale * @category Armory class * @access public * @return bool **/ public static function SetLocale($locale, $locale_id) { self::$_locale = $locale; self::$_loc = $locale_id; return true; }