I wonder, if there is any way to bind a string to a Label or any other control.
I thought about this kind of pseudo code:
//label class value
label1.Text => LocalizedStrings.someString;
This should also edit the text shown at label1 when someString's value changes. Is there any way to do this either by something similar to the above pseudo code, using the Designer or editing the Designer.cs file?
PS: I'm using Visual Studio 15 RC, C# 6.0 and .NET 4.6.