/** * @desc sets the language locale * @param string $locale the locale */ public static function set_locale($locale) { self::$locale = $locale; }