[TYPO3-english] "one-tree-fits-all-languages" problem

Tomas Mrozek mail at cascaval.com
Thu Sep 24 11:15:17 CEST 2009


You might also want to set up "config.sys_language_mode" (1).
I personally set it to "config.sys_language_mode = content_fallback;0".

> config.locale.all = de_DE

This should be "config.locale_all" as in your setting for English.

> # Content
> styles.content = CONTENT
> styles.content.get {
> table = tt_content
> select.orderBy = sorting
> select.where = colPos=0
> select.languageField = sys_language_uid
> }

Remove this part completely.

Tomas Mrozek
--
[1] -
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.2.0/view/1/7/#id4213956


More information about the TYPO3-english mailing list