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

SpellCheckerCustomDictionaryExtension.Culture Property

Gets or sets the dictionary’s culture specific settings.

Namespace: DevExpress.Xpf.SpellChecker

Assembly: DevExpress.Xpf.SpellChecker.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.SpellChecker, DevExpress.Wpf.RichEdit, DevExpress.Wpf.SpellChecker

Declaration

public CultureInfo Culture { get; set; }

Property Value

Type Description
CultureInfo

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

See Also