ASP.NET Core custom validation attribute localization

后端 未结 3 659
面向向阳花
面向向阳花 2020-12-14 20:22

I\'m trying to implement localization in a custom validation attribute in asp.net core 1.0. This is my simplified viewmodel:

public class EditPasswordViewMod         


        
3条回答
  •  青春惊慌失措
    2020-12-14 20:44

    You need to specify the culture. What does formaterrormesage will do? Will it handle the culture?

    Check this link

提交回复
热议问题