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.v23.2.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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Culture property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also