XMPData_GetPropertyLanguages¶
Return the languages of a *LangAlt* property in an XMP data object.
XMPData_GetPropertyLanguages(xmpDataRef;propPath;propLangs) ➔ success
| → | xmpDataRef |
Text | The XMP data reference. |
| → | propPath |
Text | The property path. |
| ← | propLangs |
Array text | Language codes |
| ↩︎ | success |
Longint | Completion status: 1 if successful, 0 otherwise. |
Return the languages of a LangAlt property.
Parameter xmpDataRef is the reference to the XMP data object.
Parameter propPath is the full path of the LangAlt property.
The propLangs text array receives the RFC 3066 codes of the languages
present in the property.