Gets 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 CultureInfo GetCulture(
	DependencyObject obj
)
Visual Basic (Declaration)
Public Shared Function GetCulture ( _
	obj As DependencyObject _
) As CultureInfo

Parameters

obj
Type: System.Windows..::..DependencyObject
The FrameworkElement from which the property value is read.

Return Value

The Culture property value of the specified DependencyObject.

See Also