我在App_GlobalResources文件夾中有文化特定的資源文件。現在我需要從這個資源文件中讀取DisplayName屬性的值。我使用:從資源文件獲取顯示名稱
[Display(Name = "MerchantName", ResourceType = typeof(Resource))]
public string Merchant { get; set; }
,但我收到以下錯誤:
Cannot retrieve property 'Name' because localization failed. Type 'Resources.Resource' is not public or does not contain a public static string property with the name 'MerchantName'.
我該如何解決這個問題?
可能重複[DisplayName屬性來自資源?](http://stackoverflow.com/questions/2431333/displayname-attribute-from-resources) – 2011-05-20 08:42:12