Skip to main content

PdfViewerLocalizer.GetString(PdfViewerStringId) Method

Returns the localization string value by its key.

Namespace: DevExpress.Maui.Pdf

Assembly: DevExpress.Maui.Pdf.dll

NuGet Package: DevExpress.Maui.Pdf

Declaration

public static string GetString(
    PdfViewerStringId key
)

Parameters

Name Type Description
key PdfViewerStringId

The localization string key.

Returns

Type Description
String

The value of the localization string, considering the device culture.

See Also