messages.dateInput.monthString(default: "month")
The placeholder for the months part.
Example
<input id="datepicker" />
<script>
$("#datepicker").kendoDatePicker({
messages: {
dateInput: {
month: "Mois"
}
}
});
</script>
In this article