Searched refs:langCode (Results 1 – 1 of 1) sorted by relevance
328 * @param string $langCode language code, as passed by event handler330 function init_lang($langCode) argument344 if ($langCode && $langCode != 'en') {345 if (file_exists(DOKU_INC . "inc/lang/$langCode/lang.php")) {346 require(DOKU_INC . "inc/lang/$langCode/lang.php");349 if (file_exists($config_file . "$langCode/lang.php")) {350 include($config_file . "$langCode/lang.php");