Represents a MarkupExtension providing localized strings from .resx resources for the C1Scheduler control.

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

Syntax

C#
[ContentPropertyAttribute("Key")]
[MarkupExtensionReturnTypeAttribute(typeof(string))]
public class SchedulerLocExtension : C1LocalizeExtension, 
	IWeakEventListener
Visual Basic (Declaration)
<ContentPropertyAttribute("Key")> _
<MarkupExtensionReturnTypeAttribute(GetType(String))> _
Public Class SchedulerLocExtension _
	Inherits C1LocalizeExtension _
	Implements IWeakEventListener

Remarks

This extension uses culture settings of the C1Scheduler control and updates target objects at changing C1Scheduler.CalendarHelper.Culture property value.

Inheritance Hierarchy

See Also