Lines Matching defs:LC
33 $LC = preg_replace('/[^a-z\-]+/', '', $_REQUEST['l']);
35 if (empty($LC)) $LC = 'en';
36 if ($LC && $LC != 'en') {
37 require_once(DOKU_INC . 'inc/lang/' . $LC . '/lang.php');
47 <html lang="<?php echo $LC ?>" dir="<?php echo $lang['direction'] ?>">
121 if (file_exists(DOKU_INC . 'inc/lang/' . $LC . '/install.html')) {
122 include(DOKU_INC . 'inc/lang/' . $LC . '/install.html');
183 global $LC;
195 <input type="hidden" name="l" value="<?php echo $LC ?>"/>
280 global $LC;
284 <input type="hidden" name="l" value="<?php echo $LC ?>"/>
376 global $LC;
402 $output .= '$conf[\'lang\'] = \'' . addslashes($LC) . "';\n";
667 global $LC;
687 $sel = ($l == $LC) ? 'selected="selected"' : '';