[TYPO3] dropdown_sitemap: multilanguage problem

Markus Friedrich markus.friedrich at media-lights.de
Tue Feb 27 10:52:18 CET 2007


Hi list,

I want to use the dropdown_sitemap on a multilanguage site, but the 
extension doesn't switch the page title language. Labels like "Expand / 
Collapse all" are adapted to the selected language.

I've set this typoscript, to switch the language:

config {
   linkVars = L
   sys_language_overlay = hideNonTranslated
   sys_language_mode = content_fallback

   sys_language_uid = 0
   language = nl
   locale_all = nl_NL
   htmlTag_langKey = nl
}
page.config.language = nl

[globalVar = GP:L=1]
config {
   sys_language_uid = 1
   language = de
   locale_all = de_DE
   htmlTag_langKey = de
}
page.config.language = de

[globalVar = GP:L=2]
config {
   sys_language_uid = 2
   language = fr
   locale_all = fr_FR
   htmlTag_langKey = fr
}
page.config.language = fr
[global]


I can't see the problem, perhaps you can help me...

Thanks,
Markus


More information about the TYPO3-english mailing list