SpellingSettings.SetCulture(DependencyObject, CultureInfo) Method
Sets the value of the SpellingSettings.Culture attached property for a specific object.
Namespace: DevExpress.Xpf.SpellChecker
Assembly: DevExpress.Xpf.SpellChecker.v25.1.dll
NuGet Package: DevExpress.Wpf.SpellChecker
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| obj | DependencyObject | The DependencyObject whose SpellingSettings.Culture attached property is to be set. |
| value | CultureInfo | The new value of the attached property for the specified object. |
See Also