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

WebDictionary.Culture Property

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

Namespace: DevExpress.Web.ASPxSpellChecker

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

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