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

SnapLocalizer Class

Provides the means to localize the user interface elements of a Snap application.

Namespace: DevExpress.Snap.Localization

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

NuGet Package: DevExpress.Snap.Core

#Declaration

public class SnapLocalizer :
    XtraLocalizer<SnapStringId>

#Remarks

To localize the user interface of a Snap application (provide custom captions to its interface elements), create a SnapLocalizer descendant and override its SnapLocalizer.GetString method.

To apply changes, assign the created SnapLocalizer descendant to the Active property of the localizer class from which your localizer object is derived.

To localize the interface elements of your Snap application’s SnapDockManager, use the SnapExtensionsLocalizer class.

For more information, see Localization.

#Inheritance

Object
DevExpress.Utils.Localization.XtraLocalizer
See Also