Back to Devexpress

SpellingSettings.SetCulture(DependencyObject, CultureInfo) Method

wpf-devexpress-dot-xpf-dot-spellchecker-dot-spellingsettings-dot-setculture-x28-system-dot-windows-dot-dependencyobject-system-dot-globalization-dot-cultureinfo-x29.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Wpf.SpellChecker

Declaration

csharp
public static void SetCulture(
    DependencyObject obj,
    CultureInfo value
)
vb
Public Shared Sub SetCulture(
    obj As DependencyObject,
    value As CultureInfo
)

Parameters

NameTypeDescription
objDependencyObject

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

SpellingSettings Class

SpellingSettings Members

DevExpress.Xpf.SpellChecker Namespace