TYPO3 multilingual website content localization

828 Views Asked by At

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?

2

There are 2 best solutions below

0
On BEST ANSWER

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

    config.sys_language_overlay = hideNonTranslated
0
On

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