Skip to main content
All docs
V25.1
  • XmpLanguageAlternative.GetString(String) Method

    Gets a string value in the specified language.

    Namespace: DevExpress.Pdf.Xmp

    Assembly: DevExpress.Pdf.v25.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