SpellCheckerBase<T>.Culture Property
In This Article
Gets or sets the spell checker’s culture-specific settings. This is a dependency property.
Namespace: DevExpress.Xpf.SpellChecker
Assembly: DevExpress.Xpf.SpellChecker.v24.2.dll
NuGet Package: DevExpress.Wpf.SpellChecker
#Declaration
public CultureInfo Culture { get; set; }
#Property Value
Type | Description |
---|---|
Culture |
Culture |
#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.
The SpellChecker uses the dictionary that corresponds with the Culture value. Make sure that corresponding dictionaries for all used cultures are added to the SpellCheckerDictionaryCollection.
See Also