[TYPO3-templavoila] FCE with a localized DAM image
Christian Welzel
gawain at camlann.de
Mon Sep 3 23:33:21 CEST 2007
Ian Solo wrote:
> Also if I create a FCE content and after i translate it then i have 2
> different records in the same way.
Are you sure about this?
Have you verified this with a look into the tt_content table?
Normally translations of FCE are not done by creating a new element
in tt_content but by extending the xml structure in pi_flexform.
Something that looks like this:
<xml>
<element lang="de">...</element>
<element lang="en">...</element>
</xml>
TV can handle this mode of translation but DAM cannot. DAM depends
on seperate entries in the tt_content table for translated elements.
But there are no seperate entries and thats why DAM does not recognize
different images for different languages.
--
MfG, Christian Welzel
GPG-Key: http://www.camlann.de/key.asc
Fingerprint: 4F50 19BF 3346 36A6 CFA9 DBDC C268 6D24 70A1 AD15
More information about the TYPO3-project-templavoila
mailing list