[TYPO3-templavoila] multilanguage - menu and content is translated, plugins are not

Franz Koch typo3 at fx-graefix.de
Thu Mar 9 21:34:09 CET 2006


Hi Brian,

> Apparently it was caused by this "config.language = dk" in the TS Setup. 
> Deleted it and it now also translate the plugins.
> /Brian

well, instead of deleting it you should set this variable according to 
the default language. And if you have a multilingual website, you have 
to set the language environment according to the current language 
submitted by the variable "L".

----TS sample------------
#default language
config {
   language = de
   sys_language_uid = 0
   locale_all = de_DE at euro
}

#if any language then default always append language-variable to links
[globalVar=GP:L>0]
config.linkVars=L

#setup for language with uid 1
[globalVar=GP:L=1]
config {
   locale_all = english
   sys_language_uid = 1
   language = en
   htmlTag_langKey = en
}

#setup for other languages
...
[global]
-------------------------

-- 
Kind regards,
Franz Koch



More information about the TYPO3-project-templavoila mailing list