How can I set the checked/unchecked messages for my entire application or at least for the page?
Currently, I use something like:
<kendo-switch for="BoundProperty" checked="Model.BoundProperty"><messages checked="@Html.T("Common.YES")" unchecked="@Html.T("Common.NO")" /></kendo-switch>
It would be great if I didn't have to include the <messages /> tag each time.
