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

ASPxHtmlEditorSpellCheckerSettings.Culture Property

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

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v20.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).

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Culture
ASP.NET Controls and MVC Extensions ASPxHtmlEditor
ASP.NET MVC Extensions HtmlEditorSettings
MVCxHtmlEditor

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