[TYPO3] language

Tim Loenders tloenders at gmail.com
Wed Jul 12 22:55:54 CEST 2006


Hello everyone,

I am trying to make a website with 4 languages, english, dutch, french and
german. After installing all into typo3 I have added this to my template and
all flags show up except the german flag. Did anyone maybe encounter this
before?

config.locale_all = en_EN

[globalVar = GP:L = 0]
config.sys_language_uid = 0
config.language = en
config.locale_all = en_EN
page.config.language = en
[global]
[globalVar = GP:L = 1]
config.sys_language_uid = 1
config.language = nl
config.locale_all = nl_NL
page.config.language = nl
[global]
[globalVar = GP:L = 2]
config.sys_language_uid = 2
config.language = fr
config.locale_all = fr_FR
page.config.language = fr
[global]
[globalVar = GP:L = 3]
config.sys_language_uid = 3
config.language = de
config.locale_all = de_DE
page.config.language = de
[global]
temp.languageMenu < plugin.tx_srlanguagemenu_pi1
temp.languageMenu.languagesUidsList = 0,1,2,3
temp.languageMenu.defaultLayout = 0

Many thanks for all help!
-- 
Tim loenders



More information about the TYPO3-english mailing list