3 // vim: expandtab sw=4 ts=4 sts=4:
6 * phpMyAdmin Language Loading File
9 // Detection is done here
10 require_once('./libraries/select_lang.lib.php');
12 // Load the translation
13 require_once $lang_path . $available_languages[$GLOBALS['lang']][1] . '.inc.php';