19 declare(strict_types=1);
41 if (strlen($this->header_value)) {
44 preg_match_all(
"/([a-z]{1,8}(-[a-z]{1,8})?)\s*(;\s*q\s*=\s*(1|0\.[0-9]+))?/i", $this->header_value, $matches);
45 if (count($matches[1])) {
46 $langs = array_combine($matches[1], $matches[4]);
47 foreach ($langs as
$lang => $val) {
52 arsort($langs, SORT_NUMERIC);
54 $keys = array_keys($langs);
55 if (isset($keys[0])) {
56 return substr($keys[0], 0, 2);
__construct(string $header_value)
Class for language related exception handling in ILIAS.
Interface ilLanguageDetector.
Class ilHttpRequestsLanguageDetector.
getIso2LanguageCode()
Returns the detected ISO2 language code.