Wednesday 21 November 2007 7:40:14 am
Hello, I need to import multi language via script to Ez. I can find several extension to import data, but none of them speak about language. Is there any help out there? On my own i discover, and correct me if I'm wrong that to create an object in a specific language we use:
$contentObject =& $class->instantiate( $userID, $sectionID, false, 'fre-FR' );
but once the object is created I want to create in other languages how to proceed? with:
eZContentObjectTreeNode::subTree( array( 'Language' => 'fre-FR' )
Can somebody enligth me? PiR
|