Skip to main content

SpellCheckerLocalizer.Active Property

Gets or sets a localizer object providing localization of the user interface at runtime.

Namespace: DevExpress.XtraSpellChecker.Localization

Assembly: DevExpress.XtraSpellChecker.v23.2.dll

NuGet Package: DevExpress.Win.SpellChecker

Declaration

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

Property Value

Type Description
XtraLocalizer<DevExpress.XtraSpellChecker.Localization.SpellCheckerStringId>

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

Remarks

Note

There are controls that only satellite assemblies can translate (for example, the Search dialog in XtraReports). We recommend that you use satellite assemblies to translate the application. Also, note that satellite assemblies are ignored if you use a custom localizer.

For more information on utilizing the Active property, refer to the Localizing WinForms Controls via Localizer Objects document.

See Also