I noticed in one of my forms that suddenly a validation message appears for a dropdownlist. The message could not be found in kendo.messages.xx-XX.js nor was it a validation message from ASP.NET Core (I use my own, localized form of "Required" etc.attribute messages). I found the message inside the file "Exceptions.resx" in the source of Kendo MVC:
<data name="ValueNotValidForProperty" xml:space="preserve"> <value>The value '{0}' is invalid.</value></data>How can I translate this into another language?
Regards
Heiko