jgauffin / griffin.mvccontrib

A contribution project for ASP.NET MVC3
http://blog.gauffin.org/tag/griffin-mvccontrib/
GNU Lesser General Public License v3.0
83 stars 40 forks source link

DisplayAttribute work incorrect #9

Closed profsoft closed 12 years ago

profsoft commented 12 years ago

If model have DisplayAttribute for property "Name", for example, in table LocalizedTypes create record with TextName = Name_NullDisplayText, and don't create record with TextName = Name, and localization not work. If model not have DisplayAttribute for property "Name", in table LocalizedTypes create record with TextName = Name, and localization work properly.

eric-b commented 12 years ago

Same issue: it works without DisplayAttribute/DisplayNameAttribute and it doesn't work with one them.

jgauffin commented 12 years ago

Use the localization features for the DisplayName in english too. Or suggest (a patch) a better solution