Skip to main content

ASPxSpellChecker.Culture Property

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

Namespace: DevExpress.Web.ASPxSpellChecker

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

NuGet Package: DevExpress.Web

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