Esempio n. 1
0
 /**
  * loads the "languages config" listing accepted languages and their descriptions from the languages_config.xml file stored within the locale folder
  */
 private static function loadLanguagesConfig()
 {
     //echo "<br/>Loading Languages Config";
     Lang::$_languages_config = XMLUtilities::xmlfile_to_array(Lang::$_locale_path . "/languages_config.xml", "UTF-8");
 }