Skip to main content

Localizing Your DevExpress-powered .NET App – Your Feedback Matters

We hope to validate a few hypotheses about our Localization Service, Unified Component Installer, overall localization quality, and ways to translate strings in general.

Take the survey Not interested

XtraPdfViewerLocalizer Class

Provides the means to localize the user interface elements of a PDF Viewer.

Namespace: DevExpress.XtraPdfViewer.Localization

Assembly: DevExpress.XtraPdfViewer.v24.2.dll

NuGet Package: DevExpress.Win.PdfViewer

#Declaration

public class XtraPdfViewerLocalizer :
    XtraLocalizer<XtraPdfViewerStringId>

#Remarks

To localize the user interface elements of a PDF Viewer, create a XtraPdfViewerLocalizer descendant and override its PdfCoreLocalizer.GetString method.

To apply changes, assign the created XtraPdfViewerLocalizer descendant to the Active property of the localizer class from which your localizer object is derived.

For more information, see Localization.

#Inheritance

See Also