When overridden in a derived class, returns a CultureInfo that should be used for localization.
Default implementation returns the value of the DefaultCulture property.
Namespace:
C1.WPF.LocalizationAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
protected virtual CultureInfo DetermineCulture( DependencyObject target ) |
Visual Basic (Declaration) |
---|
Protected Overridable Function DetermineCulture ( _ target As DependencyObject _ ) As CultureInfo |
Parameters
- target
- Type: System.Windows..::..DependencyObject
The DependencyObject object for localization.