ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
r
s
t
w
+
Functions
_
a
b
c
f
g
h
i
r
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
class.ilDefaultLanguageDetector.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2015 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4
require_once
'Services/Language/interfaces/interface.ilLanguageDetector.php'
;
5
11
class
ilDefaultLanguageDetector
implements
ilLanguageDetector
12
{
16
protected
$ini
;
17
21
public
function
__construct
(
ilIniFile
$ini
)
22
{
23
$this->ini =
$ini
;
24
}
25
30
public
function
getIso2LanguageCode
()
31
{
32
return
$this->ini->readVariable(
'language'
,
'default'
);
33
}
34
}
ilDefaultLanguageDetector\getIso2LanguageCode
getIso2LanguageCode()
Returns the detected ISO2 language code.
Definition:
class.ilDefaultLanguageDetector.php:30
ilDefaultLanguageDetector\__construct
__construct(ilIniFile $ini)
Definition:
class.ilDefaultLanguageDetector.php:21
ilLanguageDetector
Interface ilLanguageDetector.
Definition:
interface.ilLanguageDetector.php:9
ilDefaultLanguageDetector
Class ilDefaultLanguageDetector.
Definition:
class.ilDefaultLanguageDetector.php:11
ilDefaultLanguageDetector\$ini
$ini
Definition:
class.ilDefaultLanguageDetector.php:16
ilIniFile
INIFile Parser.
Definition:
class.ilIniFile.php:37
Services
Language
classes
class.ilDefaultLanguageDetector.php
Generated on Wed Apr 2 2025 21:01:30 for ILIAS by
1.8.13 (using
Doxyfile
)