WebDictionary.Culture Property
Gets or sets the language and culture settings of the current dictionary.
Namespace: DevExpress.Web.ASPxSpellChecker
Assembly: DevExpress.Web.ASPxSpellChecker.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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.
Related GitHub Examples
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.