Back to Devexpress

PdfViewerLocalizer Class

wpf-devexpress-dot-xpf-dot-pdfviewer.md

latest1.9 KB
Original Source

PdfViewerLocalizer Class

A base class that provides necessary functionality for custom localizers of the PDF Viewer control.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public class PdfViewerLocalizer :
    DXLocalizer<PdfViewerStringId>
vb
Public Class PdfViewerLocalizer
    Inherits DXLocalizer(Of PdfViewerStringId)

Remarks

Note

Important : Not all strings can be translated via Localizer classes. Some components contain form resources (e.g., the XtraReports Search dialog), and the only way to translate them is to create satellite assemblies. Thus, localization via resources is the preferable solution.

For more information on utilizing the PdfViewerLocalizer class, refer to the Localizing WPF Controls via Localizer Objects document.

Inheritance

Object XtraLocalizer XtraLocalizer<PdfViewerStringId> DXLocalizer<PdfViewerStringId> PdfViewerLocalizer

See Also

PdfViewerLocalizer Members

DevExpress.Xpf.PdfViewer Namespace