从Denis Vuyka本地化WPF PropertyGrid控件

时间:2011-07-05 14:33:14

标签: wpf localization propertygrid

我找到了this 来自Denis Vuyka的WPF的财产控制,这正是我想要的。

唯一的问题是本地化类别,显示名称和描述。

它使用以下属性:

[Category("This is the category")]
[DisplayName("This is the display name")]
[Description("This is the description")]
public int littleTest { get; set; }

有人知道如何将这些字符串放入resx文件或xaml文件以便能够使用翻译工具吗?

属性想要有常量,所以我无法通过资源管理器获取字符串。

还有另一种让PropertyGrid使用本地化字符串的方法吗?

0 个答案:

没有答案