【发布时间】:2016-06-15 13:43:42
【问题描述】:
我有一个 WPF c# 项目,我创建了两个 .resx 文件来更改语言。
我设置了访问修饰符:公共
在 .xaml 中添加
xmlns:resx="clr-namespace:Management_Software.Properties"
当我尝试使用 {x:Static resx:...} 访问字符串时,我只看到一个 .settings 文件。
我必须在 App.config,App.xaml 中添加 .resx 文件吗?
【问题讨论】: