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

DictionaryHelper.Culture Property

Gets the culture that is in effect for the DictionaryHelper.

Namespace: DevExpress.XtraSpellChecker

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

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