-1

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:

my datepicker with tooltip

can someone help me please ?

Saad
  • 346
  • 4
  • 20

1 Answers1

1

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.

Shai
  • 3,659
  • 2
  • 13
  • 26