'Declaration
Public Function New( _ ByVal key As String, _ ByVal defaultValue As String _ )
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.