Forums / Developer / Importing multilingual content
Norman ROCHE
Wednesday 10 December 2008 9:35:27 am
Hello all,
I succesfully imported content to ezpublish thanks to the data_import extension which was a really good starting point to understand ezpublish.
However I am facing one last problem: I also need to import various attributes translations for the same content object (i do not want to create a new version - i just want to add the translation to the current one)
As far as i know, translations are handled at the attribute level - but i can't find any method that would initialize attributes in another language.
Help of some eZGurus would be really appreciated. :)
Thank you very much
Stephane Cottin
Friday 02 January 2009 1:00:11 am
In the new version (1.4) of data_import, you can specify the language with the tag language="eng-GB" (for exemple) in your XML. In the remote_id already exists in a different language, the system will make a translation.
RegardsStephane