Sets the value of the Culture attached property for a given DependencyObject.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public static void SetCulture(
	DependencyObject obj,
	CultureInfo value
)
Visual Basic (Declaration)
Public Shared Sub SetCulture ( _
	obj As DependencyObject, _
	value As CultureInfo _
)

Parameters

obj
Type: System.Windows..::..DependencyObject
The FrameworkElement from which the property value is set.
value
Type: System.Globalization..::..CultureInfo
The Culture property value to be set on the specified DependencyObject.

See Also