XMPData_GetLangAltPropertyItemsΒΆ

Load the languages and values of a *LangAlt* property into two 4D text arrays.
XMPData_GetLangAltPropertyItems(xmpDataRef; langAltPropPath; langArrayPtr; valueArrayPtr)
xmpDataRef Text The XMP data reference.
langAltPropPath Text The path of the XMP LangAlt property.
langArrayPtr Pointer Pointer to the text array that will receive the property languages.
valueArrayPtr Pointer Pointer to the text array that will receive the property values.

This is a convenience method that given an XMP data reference and the path to a ‘LangAlt’ property, loads all languages and values into two 4D text arrays.

The first element in the languages array will always be “x-default”, and the first element in the values array will always be the corresponding default value.