I added a Resources.resw to my Windows 8 RT class library, then added some lines containing Name, Value, and Comment.
My expectation is that from other classes in the project, I could just say Resource.MyName, and it would return the Value for MyName as defined in the Resources.resw.
I'm don't see how to access the strings I've defined from other classes in the project, and I cannot find an example by surfing. Resource.MyName does not compile.
Can anyone point me to a link describing how to easily use string resources in a Windows 8 RT project? This should be trivial...
Randy