Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Localization of metadatas

New Here ,
Nov 20, 2019 Nov 20, 2019

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 !

 

TOPICS
How to , Metadata , Problem or error , Scripting
377
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 20, 2019 Nov 20, 2019

Need to hve Lumagraphics jump in here.

He is the resident script Guru

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 21, 2019 Nov 21, 2019
LATEST

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.

https://www.adobe.com/products/xmp.html

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines