i'm using Kendo ui and i use datepicker but i want to customize title (tooltip), exactly i want to change the text from 'togle calandar' to 'calendrier'
this is a photo of my componenet:
can someone help me please ?
There is a component provided exactly for that purpose called kendo-timepicker-messages
.
In your case you use it like this:
<kendo-datepicker>
<kendo-timepicker-messages toggle="calendrier"></kendo-timepicker-messages>
</kendo-datepicker>
You can set many other captions on the component. You can read more in the Kendo documentation for globalization here.