Wednesday 04 March 2009 11:01:05 pm
I find a solution:
$object->contentObjectAttributes(true,false,"eng-GB",false,false)
$object is an instance of eZContentObject class) if I want all english datas. I can find the translation language (for exemple "eng-GB") using $object->allLanguages() method.
|