0

I am creating my first website in TYPO3 with TemplaVoila. I followed the tutorial: http://www.training-typo3.com/2008/12/15/typo3-multi-language/ to make my site multilingual. Everything works fine except when I choose a language other than default language in the frontend, page shows content in every language.

How to solve this problem?

biesior
  • 55,576
  • 10
  • 125
  • 182
Harish Ambady
  • 12,525
  • 4
  • 29
  • 54

2 Answers2

1

Finally I got it. Added following line to main ts template.

    config.sys_language_overlay = hideNonTranslated
Harish Ambady
  • 12,525
  • 4
  • 29
  • 54
0

It might be a typoscript setting, can you put the the URL and your main typoscript setup here?

jvermolen
  • 52
  • 4