Skip to main content

WebDictionary.Culture Property

Gets or sets the language and culture settings of the current dictionary.

Namespace: DevExpress.Web.ASPxSpellChecker

Assembly: DevExpress.Web.ASPxSpellChecker.v25.1.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
CultureInfo null

A CultureInfo object, contaning language and culture info.

Remarks

When the SpellChecker performs a check, it uses the dictionary with culture settings specified by the ASPxSpellChecker.Culture property. Make sure that the correct culture is associated with the dictionary, and all necessary dictionaries are available for the SpellChecker.

See Also