Ejemplo n.º 1
0
 public static function initEnglish()
 {
     if (false !== (self::$LANG = self::getEnglish())) {
         self::$ISO = 'en';
         return true;
     }
     return false;
 }