[]
When overridden in a derived class, returns a CultureInfo that should be used for localization. Default implementation returns the value of the DefaultCulture property.
[Obsolete("This method is obsolete. C1LocalizeExtension always uses CultureInfo.CurrentUICulture.")]
protected virtual CultureInfo DetermineCulture(DependencyObject target)
Type | Name | Description |
---|---|---|
DependencyObject | target | The DependencyObject object for localization. |
Type | Description |
---|---|
CultureInfo | The CultureInfo object. |