Copy link to clipboard
Copied
Dear all,
I'm creating a custom metadata extension for Bridge and I've a little question..
I want to be able to add localized metas. The output would be :
<dc:description>
<rdf:Alt>
<rdf:li xml:lang="fr_FR">Description en fr</rdf:li>
<rdf:li xml:lang="oc_OC">Description en oc</rdf:li>
</rdf:Alt>
</dc:description>
Showing example with DC but would be applied to a custom namespace..
Using the CC2014 UI SDK and did not find anything about that. Or missed it 😛
Thanks a lot !
Copy link to clipboard
Copied
Need to hve Lumagraphics jump in here.
He is the resident script Guru
Copy link to clipboard
Copied
Have you look at the XMP metadata documentation? Writing tags is one thing, having them supported and recognized (or not overwritten) is another. Localized text IS supported, Bridge has operators to get and set it.