Skip to main content

ASPxRichEditSpellCheckerSettings.Culture Property

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

Namespace: DevExpress.Web.ASPxRichEdit

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

NuGet Package: DevExpress.Web.Office

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).

Property Paths

You can access this nested property as listed below:

Object Type Path to Culture
ASPxRichEditSettings
.SpellChecker .Culture

Remarks

Specify this property to force the control’s spell checking module to use the dictionary with the same culture setting.

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