Einzelnen Beitrag anzeigen
  #1  
Alt 03.04.08, 15:08
Gluehstrumpf Gluehstrumpf ist offline
Forum Stammgast
 
Registriert seit: 26.03.08
Alter: 31
Beiträge: 159
Spracheinstellung bei indexed_search

Hallo,

es gibt zwar schon x threads zu dem Thema, aber ich bekomme meine indexed_search nicht dazu, die Formulare etc. in deutscher Sprache auszugeben.

Ich habe das im Root Template stehen:
Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
config {    
    # enable multiple languages, german as default
linkVars = L
sys_language_mode = content_fallback
sys_language_overlay = 1

locale_all = de_DE
htmlTag_langKey = de
sys_language_uid = 0
}

# german language
[globalVar = GP:L=0]
config {
locale_all = de_DE
htmlTag_langKey = de
sys_language_uid = 0
plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang = 0
}

# english language
[globalVar = GP:L=3]
config {
locale_all = en_GB
htmlTag_langKey = en
sys_language_uid = 3
plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang = 3
}
Trotzdem wird alles in englisch ausgegeben.


Geändert von Gluehstrumpf (04.04.08 um 14:46 Uhr).
Mit Zitat antworten
Sponsored Links