VS designer (C#)
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Say, I have a resource file Res.resx with strings predefined. Then I create a new form using designer. Is it possible to use the string resources from the designer view to assign the properties, like text, so the line in the designer file would look like:
this.Text = global::My.Namespace.Res.Localized_text;
?