corelibraries-devexpress-dot-xtraprinting-dot-localization.md
A base class that provides necessary functionality for custom localizers of the Printing-Exporting Library.
Namespace : DevExpress.XtraPrinting.Localization
Assembly : DevExpress.Data.v25.2.dll
NuGet Package : DevExpress.Data
public class PreviewLocalizer :
XtraLocalizer<PreviewStringId>
Public Class PreviewLocalizer
Inherits XtraLocalizer(Of PreviewStringId)
Note
Important : Not all strings can be translated via Localizer classes. Some components contain form resources (e.g., the XtraReports Search dialog), which must be translated via satellite assemblies, so localization via resources is recommended.
For more information on utilizing the PreviewLocalizer class, refer to the Localizing WinForms Controls via Localizer Objects document.
Object XtraLocalizer XtraLocalizer<PreviewStringId> PreviewLocalizer
See Also