/**
  * Resets the state ezpI18n class.
  */
 public static function reset()
 {
     self::$isEnabled = null;
 }