Language switching in TYPO3 v6
Switching the fontend-language does not work for me as expected. What I have done so far: At the root page, I created two website-languages, german and english: In the typoscript template I added the following setup, I found most of this scattered around the web: config { tx_realurl_enable = 1 simulateStaticDocuments = 0 sys_language_uid = 0 language = de locale_all = de_DE htmlTag_langKey = de linkVars := addToList(L) uniqueLinkVars = 1 sys_language_mode = content_fallback sys_language_overlay = 1 } [globalVar = GP:L = 0] config.sys_language_uid = 0 config.language = de config.locale_all = de