[]
Gets the resource value using the specified key.
public string GetResourceValue(string key)
| Type | Name | Description |
|---|---|---|
| string | key | A string value indicating the resource key, based on the template: [control name].[property name]. |
| Type | Description |
|---|---|
| string | A string value indicating the resource value. |
textBox1.Value = localizationResource.GetResourceValue("TextBox1.Value");