2 /* vim: set expandtab sw=4 ts=4 sts=4: */
4 * phpMyAdmin Language Loading File
10 * lang detection is done here
12 require_once './libraries/select_lang.lib.php';
14 // Load the translation
15 require_once $lang_path . $available_languages[$GLOBALS['lang']][1] . '.inc.php';