messages Object
Allows localization of the strings that are used in the widget.
Example
<input id="datetimepicker" />
<script>
$("#datetimepicker").kendoDateTimePicker({
"weekNumber": true,
"messages": {
"weekColumnHeader": "W"
}
})
</script>