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

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

Parameters

key
The System.String value determining resource key. Three types are supported: - "Key" - "Dictinary:Key" - "Assembly:Dictionary:Key
See Also