Skip to main content
All docs
V21.2

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

SnapResLocalizer Class

A default localizer to translate a Snap application’s resources.

Namespace: DevExpress.Snap.Localization

Assembly: DevExpress.Snap.v21.2.Core.dll

NuGet Package: DevExpress.Snap.Core

#Declaration

public class SnapResLocalizer :
    XtraResXLocalizer<SnapStringId>

#Remarks

Normally, you do not need to manually use an instance of the SnapResLocalizer class. Instead, use satellite assemblies as described in the Localizing WinForms Controls via Satellite Resource Assemblies tutorial.

#Inheritance

Object
DevExpress.Utils.Localization.XtraLocalizer
XtraLocalizer<SnapStringId>
DevExpress.Utils.Localization.XtraResXLocalizer<SnapStringId>
SnapResLocalizer
See Also