[TYPO3] localizing fce's?
Daniel Pötzinger
poetzinger at nospam.ded
Fri Feb 29 15:19:26 CET 2008
Frank Sonck schrieb:
> Hello Francois,
>
> Thanks for your reaction but actually it doesn't work unfortunately. I
> get an error / warning only.
The fe-localisation guide will help you.
Basically:
langDisable for container-fces
langChildren for normal fces
The langauge setting for this FCEs have to be "All" to have the
translation flags in the pagemodul.
[1]
http://www.typo3-media.com/en/blog/article/mehrsprachigkeit-und-templavoila.html
>
> Regards,
> Frank Sonck
>
>
> Francois Suter schreef:
>> Hi,
>>
>>> There's no localization button in my FCE. And if I just make a second
>>> (copy) version of the FCE and put that in the second language (french)
>>> then, on the french page both FCE's are shown. So that's not good also.
>>
>> If you look at the XML of your FCE's DS you should find something like:
>>
>> <langDisable type="integer">1</langDisable>
>>
>> towards the beginning. Try changing that to:
>>
>> <langDisable type="integer">0</langDisable>
>> <langChildren type="integer">1</langChildren>
>>
>> just like for pages. Actually I've never done it for FCEs, but it
>> should work...
>>
>> HTH
>>
>> François Suter
>>
More information about the TYPO3-english
mailing list