[TYPO3-english] Language localization problem

Atul Shinh atul at srijan.in
Tue Jun 30 13:00:13 CEST 2009


Hi all,

I am having two languages for a site.
created two languages (en , de)
using the following TS for it


 config.linkVars = L
config.uniqueLinkVars = 1
#config.sys_language_overlay = hideNonTranslated
#config.sys_language_overlay = strict
config.sys_language_mode = content_fallback
config.language = en
config.locale_all = en_EN
config.htmlTag_langKey = en-EN
config.sys_language_uid = 0

[globalVar = GP: L = 1]
    config {

      locale_all = de_DE
      #htmlTag_langKey = de-DE
      sys_language_uid = 1
      language = de
   }
[GLOBAL]

Everything is fine except that on the deutch page in front end with url ( ..
&L=1 at end)

The translated text is appearing twice. I think problem is with
config.sys_language_mode = content_fallback


Does anybody has idea about it?

-- 
Regards,
Atul Shinh
Srijan Technologies (Pvt.) Ltd.
Bharat (India)


More information about the TYPO3-english mailing list