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

ASPxSpellChecker.Culture Property

Gets or sets the culture-specific settings of the spellchecker.

Namespace: DevExpress.Web.ASPxSpellChecker

Assembly: DevExpress.Web.ASPxSpellChecker.v19.2.dll

Declaration

[DefaultValue(null)]
public CultureInfo Culture { get; set; }

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