Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.2.dll

NuGet Package: DevExpress.Wpf.SpellChecker

#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.

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