Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
向属性添加显示属性,然后让 DataField 自动执行其工具提示魔术,这是一个很棒的演示。但是对于我们这些多语言国家的人来说,如何本地化呢?
看起来 DisplayAttribute 支持本地化。
请参阅http://msdn.microsoft.com/en-us/library/system.componentmodel.dataannotations.displayattribute.resourcetype%28v=VS.95%29.aspx
对于此属性,您可以将Name属性设置为资源键,然后将ResourceType属性设置为资源类的类型。
Name
ResourceType