Skip to main content

SpellCheckErrorBase.Culture Property

Returns the error’s culture.

Namespace: DevExpress.XtraSpellChecker.Rules

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public CultureInfo Culture { get; }

Property Value

Type Description
CultureInfo

The CultureInfo object providing the culture information.

See Also