Back to Devexpress

ISpellCheckerDictionary.Culture Property

corelibraries-devexpress-dot-xtraspellchecker-dot-ispellcheckerdictionary-e3fada42.md

latest1.3 KB
Original Source

ISpellCheckerDictionary.Culture Property

Gets or sets the culture specific settings of the dictionary.

Namespace : DevExpress.XtraSpellChecker

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

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
CultureInfo Culture { get; set; }
vb
Property Culture As CultureInfo

Property Value

TypeDescription
CultureInfo

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

|

See Also

ISpellCheckerDictionary Interface

ISpellCheckerDictionary Members

DevExpress.XtraSpellChecker Namespace