C#, Visual studio 2010, Windows 7
When you set the image to WPF control image you can specifify the source to the image like this
/MyTest;component/images/Misc/bg.jpg
But how do you do with strings, I have a number of strings resources, for example, strings.resx, strings.sv-Se.resx etc. and want to use this "string concept" when specify the text to a button.
What should I write in the properties (or the XAML file for the window) to retrive the strings?
I have tried
/MyTest;component/strings.File
me:strings.File
But nothing seems to work.