Skip to main content

ISpellCheckerDictionary.Culture Property

Gets or sets the culture specific settings of the dictionary.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

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