Initializes a new instance of the SchedulerLocExtension class.

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

Syntax

C#
public SchedulerLocExtension(
	string key,
	string defaultValue
)
Visual Basic (Declaration)
Public Sub New ( _
	key As String, _
	defaultValue As String _
)

Parameters

key
Type: System..::..String
The String value determining resource key. Three types are supported: - "Key" - "Dictinary:Key" - "Assembly:Dictionary:Key
defaultValue
Type: System..::..String
The default value used as fallback string.

See Also