[TYPO3] Selection of Languages does't work
Susanne Moog
mail at susi-moog.de
Sat May 27 16:24:19 CEST 2006
Thijs Hakkenberg schrieb:
> I have this in my setup of my template:
>
> config.language = nl
> config.locale_all = nl_NL
> plugin.tx_srlanguagemenu_pi1.showCurrent = 1
> plugin.tx_srlanguagemenu_pi1.defaultCountryISOCode = NL
> plugin.tx_srlanguagemenu_pi1.defaultLanguageISOCode = NL
>
> #taalgedoe
> config.linkVars = L
>
> [globalVar = GP: L = 7]
> config.sys_language_uid = 7
> config.language = Deutsch
> [GLOBAL]
>
> Any ideas? (the UID's of the languages correspond with theire UID's in
> the system off course)
>
Try setting the config.language like you did in first line:
instead:
[globalVar = GP: L = 7]
config.sys_language_uid = 7
config.language = Deutsch
try:
[globalVar = GP: L = 7]
config.sys_language_uid = 7
config.language = de
and - I don't know if this helps anything, but you could just try to set
this as well:
config.locale_all = de_DE
HTH,
Susanne
More information about the TYPO3-english
mailing list