[]
Sets the value of the Culture attached property for a given DependencyObject.
public static void SetCulture(DependencyObject obj, CultureInfo value)
Type | Name | Description |
---|---|---|
DependencyObject | obj | The FrameworkElement from which the property value is set. |
CultureInfo | value | The Culture property value to be set on the specified DependencyObject. |