Parameters
- key
- A System.String value indicating the resource key, based on the template: [control name].[property name].
Return Value
A System.String value indicating the resource value.
textBox1.Value = localizationResource.GetResourceValue("TextBox1.Value");