[]
Initializes a new instance of the C1LocalizeExtension class.
public C1LocalizeExtension()
Initializes a new instance of the C1LocalizeExtension class.
public C1LocalizeExtension(string key)
Type | Name | Description |
---|---|---|
string | key | The string value determining resource key. Three types are supported: - "Key" - "Dictinary:Key" - "Assembly:Dictionary:Key |
Initializes a new instance of the C1LocalizeExtension class.
public C1LocalizeExtension(string key, string defaultValue)
Type | Name | Description |
---|---|---|
string | key | The string value determining resource key. Three types are supported: - "Key" - "Dictinary:Key" - "Assembly:Dictionary:Key |
string | defaultValue | The default value used as fallback string. |