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

SpellCheckErrorBase.Culture Property

Returns the error’s culture.

Namespace: DevExpress.XtraSpellChecker.Rules

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

NuGet Packages: DevExpress.SpellChecker.Core, DevExpress.WindowsDesktop.SpellChecker.Core

Declaration

public CultureInfo Culture { get; }

Property Value

Type Description
CultureInfo

The CultureInfo object providing the culture information.

See Also