ASPxSpellChecker.Culture Property
Gets or sets the culture-specific settings of the spellchecker.
Namespace: DevExpress.Web.ASPxSpellChecker
Assembly: DevExpress.Web.ASPxSpellChecker.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
CultureInfo | null | A CultureInfo object that specifies culture settings (language and phonetic specifics). |
Remarks
Specify this property to force the spellchecker to use the dictionary with the same culture setting (WebDictionary.Culture).
If the culture setting is changed before the text is checked completely, the remaining part of the text is checked according to new culture specifics.
See Also