SpellCheckerBase<T>.Culture Property
Gets or sets the spell checker’s culture-specific settings. This is a dependency property.
Namespace: DevExpress.Xpf.SpellChecker
Assembly: DevExpress.Xpf.SpellChecker.v24.1.dll
NuGet Package: DevExpress.Wpf.SpellChecker
Declaration
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.
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