Skip to main content
All docs
V24.1

XmpLanguageAlternative.GetString(String) Method

Gets a string value in the specified language.

Namespace: DevExpress.Pdf.Xmp

Assembly: DevExpress.Pdf.v24.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public string GetString(
    string language
)

Parameters

Name Type Description
language String

The target language.

Returns

Type Description
String

The string value in the specified language.

See Also