Wednesday 27 April 2005 12:50:38 am
Hi, I'm trying to get available translations for an object in PHP. I tried :
$translations = $object->translationList();
foreach ( $RCDtranslations as $translation )
{
echo $translation->attribute("locale_code");
}
but this code gives me all available languages for the whole site, not the available translated content for the object. Please help ! Thx, Lex
|