[TYPO3] Multilanguage navigation and language menu work but content doesn't change

Francois Suter fsuter at cobweb.ch
Thu Aug 30 15:50:39 CEST 2007


Hi,

> Here are the relevant bits of my template:
> page = PAGE
> page.typeNum = 0
> [...snip...]
>   config.language = en
>   config.locale_all = english
> [GLOBAL]

If your TS snippet is to be believed, you have actually forgotten to  
tell TYPO3 how it should handle translations by setting config.  
sys_language_overlay and config. sys_language_mode. Typical values are:

config.sys_language_overlay = 1
config.sys_language_mode = content_fallback

Pleaser refer to the TSRef [1] for more details on these properties.

HTH

François Suter
Directeur technique
------------------------------------------------------------------------ 
-------------------------------------------------------------
Cobweb Development Sàrl
www.cobweb.ch
------------------------------------------------------------------------ 
-------------------------------------------------------------

[1] http://typo3.org/documentation/document-library/references/ 
doc_core_tsref/4.1.0/view/7/3/


More information about the TYPO3-english mailing list