[TYPO3-dev] Records not translated properly when "sys_language_uid" is used as "type" field in TCA

Björn Pedersen pedersen at frm2.tum.de
Fri Nov 23 09:56:28 CET 2012


Hi,

>     'label' => 'name',
>     'tstamp' => 'tstamp',
>     'crdate' => 'crdate',
>     'cruser_id' => 'cruser_id',
> //  'type' => 'sys_language_uid',
>     'dividers2tabs' => TRUE,
>     'versioningWS' => 2,
>     'versioning_followPages' => TRUE,
>     'origUid' => 't3_origuid',
>     'languageField' => 'sys_language_uid',

You can not use the same field for language and type. They serve totally
different purposes.
type is a string defining your content type (e.g.TEXT,Images....).

What is it that you want to achieve?

Björn

See
http://typo3.org/documentation/document-library/core-documentation/doc_core_tca/4.7.1/view/1/3/#id581956




More information about the TYPO3-dev mailing list