[TYPO3] Language Change in Sub-Templates

Darko Jr. Gonzalez jkokino at gmail.com
Mon Nov 19 19:32:25 CET 2007


Hey

>Is there a possibility for an entry in the Sub-Templates so that
>language is switching back COMPLETELY into German when entering those
>Sub-Pages? I tried the config.LinkVars but it did not work so far. Maybe
>I just didn't have the right value.

There is great document, abit technical maybe (who is not here ;)).
Try:
http://typo3.org/documentation/document-library/core-documentation/doc_l10nguide/1.0.0/view/1/3/#id2718348
What you may look for if I understoo properly:
config.sys_language_overlay = hideNonTranslated
[Explanation: the element that was not translated is simply not
displayed in the default language.]

config.sys_language_softMergeIfNotBlank = tt_content:image, tt_content:header
[explanation: This setting will look if the "image" and "header"
fields of translations are blank and if that is the case the value of
the default language record is allowed to be used.]


or try [treeLevel] condition which you can use in TS setup.
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/4/1/#id3526774


Cheers


More information about the TYPO3-english mailing list