ASPxSpellChecker.Culture Property
Gets or sets the culture-specific settings of the spellchecker.
Namespace: DevExpress.Web.ASPxSpellChecker
Assembly: DevExpress.Web.ASPxSpellChecker.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(null)]
public CultureInfo Culture { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Culture |
null | A Culture |
#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.