[]
Adds a resource value for the given key.
public void AddResourceValue(string key, string value)
Type | Name | Description |
---|---|---|
string | key | A string value indicating the resource key, based on the template: [control name].[property name]. |
string | value | A string value indicating the resource value. |
localizationResource.AddResourceValue("TextBox1.Value", "Text Value");