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

ISpellCheckerDictionary.Culture Property

Gets or sets the culture specific settings of the dictionary.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v18.2.Core.dll

Declaration

CultureInfo Culture { get; set; }

Property Value

Type Description
CultureInfo

The CultureInfo object that specifies culture settings (the symbols encoding, language and phonetic specifics).

See Also