XmpLanguageAlternative.GetString(String) Method
In This Article
Gets a string value in the specified language.
Namespace: DevExpress.Pdf.Xmp
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
language | String | The target language. |
#Returns
Type | Description |
---|---|
String | The string value in the specified language. |
See Also