Skip to main content

SpellCheckerISpellDictionaryExtension.Culture Property

Gets or sets the dictionary’s culture specific settings.

Namespace: DevExpress.Xpf.SpellChecker

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

NuGet Package: DevExpress.Wpf.SpellChecker

Declaration

public CultureInfo Culture { get; set; }

Property Value

Type Description
CultureInfo

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

See Also