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

SpellCheckerOpenOfficeDictionaryExtension.Culture Property

Gets or sets the dictionary’s culture-specific settings.

Namespace: DevExpress.Xpf.SpellChecker

Assembly: DevExpress.Xpf.SpellChecker.v19.1.dll

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