Share » Forums » Developer » Get available translated content for...

Get available translated content for object in PHP

Get available translated content for object in PHP

Wednesday 27 April 2005 12:50:38 am - 1 reply

Author Message

Lex 007

Wednesday 27 April 2005 1:15:33 am

Made it :

$objVersion      = &$RCDobject->currentVersion();
    $RCDtranslations = $objVersion->attribute("language_list");
    foreach ( $RCDtranslations as $translation )
        {
        echo $translation->attribute("language_code");
        echo "\n";
        }

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu