Searched refs:langCode (Results 1 – 1 of 1) sorted by relevance
333 * @param string $langCode language code, as passed by event handler335 function init_lang($langCode) argument349 if ($langCode && $langCode != 'en') {350 if (file_exists(DOKU_INC . "inc/lang/$langCode/lang.php")) {351 require(DOKU_INC . "inc/lang/$langCode/lang.php");354 if (file_exists($config_file . "$langCode/lang.php")) {355 include($config_file . "$langCode/lang.php");