alternate languages in composite tags

Started by Malus, January 26, 2016, 07:13:04 AM

Previous topic - Next topic

Malus

Hi out there!

I have the following in my xmp:


<xmpRights:UsageTerms>
  <rdf:Alt>
     <rdf:li xml:lang="x-default">Nutzungsbedingungen</rdf:li>
     <rdf:li xml:lang="de">DE_Nutzungsbedingungen</rdf:li>
     <rdf:li xml:lang="en">EN_Usageterms</rdf:li>
   </rdf:Alt>
</xmpRights:UsageTerms>


How can I access the different values in a composite tag? All my trials with the samples in .ExifTool_config failed.

Thanx a lot, malus

Phil Harvey

The 5th paragraph on the XMP tags documentation page gives information about how to specify alternate language tags.  Just add the language code to the tag name and you're good to go.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).