XMPData_SetLangAltPropValue¶
Set the value of a LangAlt property in an XMP data object.
XMPData_SetLangAltPropValue(xmpDataRef;propPath;propLang;propValue) ➔ success
→ | xmpDataRef |
Text | The XMP data reference. |
→ | propPath |
Text | The property path. |
→ | propLang |
Text | The property language. |
→ | propValue |
Text | The property value. |
↩︎ | success |
Longint | Completion status: 1 on success, 0 otherwise. |
Set the value of a LangAlt property for a specific language.
Parameter xmpDataRef
is the reference to the XMP data object.
Parameter propPath
is the full path of the LangAlt property.
Parameter propLang
is the RFC 3066 language code.
The property value is specified in propValue
.