windowsforms-devexpress-dot-xtrapdfviewer-dot-localization.md
Provides the means to localize the user interface elements of a PDF Viewer.
Namespace : DevExpress.XtraPdfViewer.Localization
Assembly : DevExpress.XtraPdfViewer.v25.2.dll
NuGet Package : DevExpress.Win.PdfViewer
public class XtraPdfViewerLocalizer :
XtraLocalizer<XtraPdfViewerStringId>
Public Class XtraPdfViewerLocalizer
Inherits XtraLocalizer(Of XtraPdfViewerStringId)
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.
Object XtraLocalizer XtraLocalizer<XtraPdfViewerStringId> XtraPdfViewerLocalizer
See Also