windowsforms-devexpress-dot-xtraspellchecker-dot-localization.md
A base class that provides necessary functionality for custom localizers of the WinForms Spell Checker.
Namespace : DevExpress.XtraSpellChecker.Localization
Assembly : DevExpress.XtraSpellChecker.v25.2.dll
NuGet Package : DevExpress.Win.SpellChecker
public class SpellCheckerLocalizer :
XtraLocalizer<SpellCheckerStringId>
Public Class SpellCheckerLocalizer
Inherits XtraLocalizer(Of SpellCheckerStringId)
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 SpellCheckerLocalizer class, refer to the Localizing WinForms Controls via Localizer Objects document.
Object XtraLocalizer XtraLocalizer<DevExpress.XtraSpellChecker.Localization.SpellCheckerStringId> SpellCheckerLocalizer
See Also