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

SnapLocalizer.Active Property

Specifies a localizer object providing localization of a Snap application at runtime.

Namespace: DevExpress.Snap.Localization

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

Declaration

public static XtraLocalizer<SnapStringId> Active { get; set; }

Property Value

Type Description
XtraLocalizer<SnapStringId>

An XtraLocalizer<T> descendant, used to localize the user interface at runtime.

Remarks

The active Localizer provides default captions to user interface elements of a Snap application.

To manually localize a Snap application’s user interface, create the SnapLocalizer class descendant, and assign this object to the static Active property.

For more information on localizing the Snap user interface, see Localization.

See Also