Skip to main content
A newer version of this page is available. .

PreviewResLocalizer Class

A default localizer to translate the XtraPrinting’s resources.

Namespace: DevExpress.XtraPrinting.Localization

Assembly: DevExpress.Data.v18.2.dll

Declaration

public class PreviewResLocalizer :
    XtraResXLocalizer<PreviewStringId>

Remarks

Normally, you don’t need to manually use an instance of the PreviewResLocalizer class. Instead, we suggest using satellite assemblies, as described in the Localizing WinForms Controls via Satellite Resource Assemblies tutorial.

Inheritance

Object
XtraLocalizer<PreviewStringId>
DevExpress.Utils.Localization.XtraResXLocalizer<PreviewStringId>
PreviewResLocalizer
See Also