Skip to main content

Localizing Your DevExpress-powered .NET App – Your Feedback Matters

We hope to validate a few hypotheses about our Localization Service, Unified Component Installer, overall localization quality, and ways to translate strings in general.

Take the survey Not interested

PreviewResLocalizer Class

A default localizer to translate the XtraPrinting’s resources.

Namespace: DevExpress.XtraPrinting.Localization

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#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
XtraLocalizer<PreviewStringId>
DevExpress.Utils.Localization.XtraResXLocalizer<PreviewStringId>
PreviewResLocalizer
See Also