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

SnapExtensionsLocalizer Class

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

Namespace: DevExpress.Snap.Extensions.Localization

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

Declaration

public class SnapExtensionsLocalizer :
    XtraLocalizer<SnapExtensionsStringId>

Remarks

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

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

To localize the interface elements of the Snap application itself, use the SnapLocalizer class.

For more information, see Localization.

Inheritance

See Also