'Declaration
Public Function New( _ ByVal key As String, _ ByVal defaultValue As String _ )
'Usage
Dim key As String Dim defaultValue As String Dim instance As New C1LocalizeExtension(key, defaultValue)
public C1LocalizeExtension( string key, string defaultValue )
public: C1LocalizeExtension( String^ key, String^ defaultValue )
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.