I Want to do something like this (but in win phone 7):
In Silverlight i can use in resources,
<sys:String x:Key="ResourceString">Resource String</sys:String>
And use it for example:
<TextBlock Text="{StaticResource ResourceString}"></TextBlock>
The question is:
How do I use a String resource in winphone 7?
Thanks.
Check out this MSDN document about string resources:
http://msdn.microsoft.com/en-us/library/ff637520(v=VS.92).aspx
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With