Back to Devexpress

PrintingLocalizer Class

wpf-devexpress-dot-xpf-dot-printing.md

latest2.0 KB
Original Source

PrintingLocalizer Class

A base class that provides necessary functionality for custom localizers of the Printing-Exporting Library.

Namespace : DevExpress.Xpf.Printing

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public class PrintingLocalizer :
    DXLocalizer<PrintingStringId>
vb
Public Class PrintingLocalizer
    Inherits DXLocalizer(Of PrintingStringId)

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 PrintingLocalizer class, refer to the Localizing WPF Controls via Localizer Objects document.

Inheritance

Object XtraLocalizer XtraLocalizer<PrintingStringId> DXLocalizer<PrintingStringId> PrintingLocalizer

See Also

PrintingLocalizer Members

Localization

DevExpress.Xpf.Printing Namespace