Skip to main content

SpellCheckerBase.Culture Property

Gets or sets the culture-specific settings of the spell checker.

Namespace: DevExpress.XtraSpellChecker

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

#Declaration

public CultureInfo Culture { get; set; }

#Property Value

Type Description
CultureInfo

CultureInfo object that specifies culture settings (the symbols encoding, language and phonetic specifics).

#Remarks

If the culture setting is changed before the text is checked completely, the remaining part of the text is checked according to new culture specifics.

See Also