ISpellChecker.Culture Property
Gets or sets the culture-specific settings of the spell checker.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
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