Looks for parent C1Scheduler object. If it is found, returns it's CalendarHelper.Culture property. Otherwise returns the value of the DefaultCulture property.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
protected override CultureInfo DetermineCulture(
	DependencyObject target
)
Visual Basic (Declaration)
Protected Overrides Function DetermineCulture ( _
	target As DependencyObject _
) As CultureInfo

Parameters

target
Type: System.Windows..::..DependencyObject
The DependencyObject object for localization.

Return Value

The CultureInfo object.

See Also