wpf添加资源(resx文件)

时间:2014-02-27 19:16:59

标签: c# wpf resources resx

在我的wpf项目中,我尝试添加resx文件,但收到错误

我向窗口添加此代码: 的xmlns:资源= “CLR-名称空间:Swipper.Resources”

以及我添加的内容

Content =“{x:静态MemberType =资源:App,Member = Blue}”

这是工作,应用程序符合,但在visual studio上我收到此错误。 enter image description here

如何删除此错误或使用resx文本的方法。

感谢

1 个答案:

答案 0 :(得分:1)

在Visual Studio的资源设计器中,将访问修饰符设置为public。此外,使用XAML编辑器的intellisense功能来定位成员的正确类型,您的参数似乎有问题。

有关在WPF中访问本地化资源的其他方法,您可能需要阅读http://wpfglue.wordpress.com/category/localization/