Skip to main content

PdfViewerLocalizer.GetString(PdfViewerStringId) Method

Returns a localized string for the given string identifier.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v23.2.dll

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public static string GetString(
    PdfViewerStringId id
)

Parameters

Name Type Description
id PdfViewerStringId

A PdfViewerStringId enumeration value identifying the string to localize.

Returns

Type Description
String

A String corresponding to the specified identifier.

Remarks

For more information on localization, refer to Localization.

See Also