A newer version of this page is available.
Switch to the current version.
ISpellChecker.Culture Property
Gets or sets the culture-specific settings of the spell checker.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.Data.v18.2.dll
Declaration
Property Value
Type | Description |
---|---|
CultureInfo | A CultureInfo object that specifies culture settings (the symbols encoding, language and phonetic specifics). |
Remarks
NOTE
The default English dictionary is used when the machine's current culture is EN-US. Make sure that the SpellChecker is provided with the dictionary of the same culture as the Culture value.
See Also
Feedback