C1.WPF.Localization Namespace / C1LocalizeExtension Class / C1LocalizeExtension Constructor / C1LocalizeExtension Constructor(String,String)
The System.String value determining resource key. Three types are supported: - "Key" - "Dictinary:Key" - "Assembly:Dictionary:Key
The default value used as fallback string.

In This Topic
C1LocalizeExtension Constructor(String,String)
In This Topic
Initializes a new instance of the C1LocalizeExtension class.
Syntax
'Declaration
 
Public Function New( _
   ByVal key As String, _
   ByVal defaultValue As String _
)
 

Parameters

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