Skip to main content

ISpellChecker.Culture Property

Gets or sets the culture-specific settings of the spell checker.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

CultureInfo Culture { get; set; }

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