[Typo3-dev] How to code a multi-language extension like tt_news 2.0?

Andre Flitsch pixelhed at pixel-works.co.uk
Thu Mar 31 14:31:14 CEST 2005


Rupert Germann wrote:

> you didn't mention the field 'l18n_diffsource' that is also required.
> 
> The following lines should be in your ext_tables.php: 
> 
> 'copyAfterDuplFields' => 'sys_language_uid',
> 'useColumnsForDefaultValues' => 'sys_language_uid',
> 'transOrigPointerField' => 'l18n_parent',
> 'transOrigDiffSourceField' => 'l18n_diffsource',
> 'languageField' => 'sys_language_uid',
> 
> in tca.php there are 3 additional fields required:
> 
> sys_language_uid
> l18n_parent
> l18n_diffsource
> 
> that should it be for the BackEnd.
> 
> greets
> rupi

Yep that was it. Now it works correctly in the backend.

Thanks
A




More information about the TYPO3-dev mailing list