Posts by Andrés Menéndez • 41 points
1 post
-
4
votes1
answer446
viewsQ: How to internationalize Enum values?
I have the following code in Model: public enum Lista { [Display(Name = "Lista_regular", ResourceType = typeof(Mensagem))] Regular = 0, [Display(Name = "Lista_irregular", ResourceType =…