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

SpellCheckerResLocalizer Class

A default localizer to translate resources for WinForms Spell Checker.

Namespace: DevExpress.XtraSpellChecker.Localization

Assembly: DevExpress.XtraSpellChecker.v19.1.dll

Declaration

public class SpellCheckerResLocalizer :
    SpellCheckerLocalizer

Remarks

Normally, you do not need to manually use an instance of the SpellCheckerResLocalizer class. Instead, use satellite assemblies as described in the Localizing WinForms Controls via Satellite Resource Assemblies tutorial.

Inheritance

Object
XtraLocalizer<DevExpress.XtraSpellChecker.Localization.SpellCheckerStringId>
SpellCheckerLocalizer
SpellCheckerResLocalizer
See Also