Exemplo n.º 1
0
 /**
  * Standardsprache setzen
  *
  */
 public static function setDefault()
 {
     $file = dir::lang(self::getDefaultLang(), 'main.json');
     self::loadLang($file, true);
 }