[TYPO3-ttnews] How to reflect inscriptions like Age:, [more], <- Back to: at russian by default (without &L)?

Andreas Burg typo3 at andreasburg.de
Tue Apr 28 10:59:47 CEST 2009


Hi Olga,

try this config in your template-setup:

# Konfiguration Default English
config {
   sys_language_uid = 0
   language         = en
   locale_all       = en_GB.utf8
   htmlTag_langKey  = en
}

# Konfiguration English
[globalVar = GP:L = 0]
config {
   sys_language_uid = 0
   language         = en
   locale_all       = en_GB.utf8
   htmlTag_langKey  = en
}
[global]

# Konfiguration Deutsch
[globalVar = GP:L = 9]
config {
   sys_language_uid  = 9
   language          = de
   locale_all        = de_DE.utf8
   htmlTag_langKey   = de
}
[global]

modify it to your values, watch out for the double configuration: English as default and English 
with the condition when L=0.

-- 
Andreas

Mailing list rules & guidelines (Mailing list Regeln & Leitfaden):
http://typo3.org/community/mailing-lists/
http://typo3.org/community/mailing-lists/mailing-list-rules-guidelines/


More information about the TYPO3-project-tt-news mailing list