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

SnapExtensionsLocalizer.Active Property

Specifies a localizer object providing localization of a Snap application’s dock manager at runtime.

Namespace: DevExpress.Snap.Extensions.Localization

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

Declaration

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

Property Value

Type Description
XtraLocalizer<SnapExtensionsStringId>

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

Remarks

The active Localizer provides default captions to all user interface elements of a Snap application’s dock manager.

To manually localize a SnapDockManager‘s user interface, create the SnapExtensionsLocalizer class descendant, and assign this object to the static Active property.

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

See Also