Skip to main content

DictionaryHelper.Culture Property

Gets the culture that is in effect for the DictionaryHelper.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public CultureInfo Culture { get; }

Property Value

Type Description
CultureInfo

CultureInfo culture settings, indicating a specific language.

Remarks

Culture settings are specified via the SpellCheckerBase.Culture property if the DictionaryHelper is obtained via the SpellCheckerBase.DictionaryHelper property.

See Also