ASP.Net Core localization
问题 ASP.Net core features new support for localization. In my project I need only one language. For most of the text and annotations I can specify things in my language, but for text coming from ASP.Net Core itself the language is English. Examples: Passwords must have at least one uppercase ('A'-'Z'). Passwords must have at least one digit ('0'-'9'). User name 'x@x.com' is already taken. The E-post field is not a valid e-mail address. The value '' is invalid. I've tried setting the culture