Skip to main content

SpellCheckerCommand.Culture Property

Gets or sets the culture of the custom dictionary to which a word can be added.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public CultureInfo Culture { get; set; }

Property Value

Type Description
CultureInfo

A CultureInfo object specifying the dictionary culture.

See Also