'Declaration
Public Shared Sub SetCulture( _ ByVal obj As DependencyObject, _ ByVal value As CultureInfo _ )
public static void SetCulture( DependencyObject obj, CultureInfo value )
Parameters
- obj
- The System.Windows.FrameworkElement from which the property value is set.
- value
- The Culture property value to be set on the specified DependencyObject.