Skip to main content
All docs
V26.1
  • PdfLocalizer.GetString(PdfStringId) Method

    Returns a localized string for the specified string identifier.

    Namespace: DevExpress.Docs.Pdf.Localization

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public static string GetString(
        PdfStringId id
    )

    Parameters

    Name Type Description
    id PdfStringId

    A string identifier.

    Returns

    Type Description
    String

    The localized string.

    See Also