New to Kendo UI for AngularStart a free 30-day trial

Allows you to override the default localization messages of the DatePicker component (see example).

Definition

Package:@progress/kendo-angular-dateinputs

Selector:kendo-datepicker-messages

Syntax:

html
<kendo-datepicker>
  <kendo-datepicker-messages
    today="Today"
    toggle="Open calendar">
  </kendo-datepicker-messages>
</kendo-datepicker>

Inputs

The title of the Close button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode.

The title of the Clear button of the DatePicker.

The title of the Next button in the header of the Classic Calendar.

The title of the Parent View button in the header of the Calendar.

The title of the Prev button in the header of the Classic Calendar.

today

string

The Today button text in the header of the Calendar.

toggle

string

The title of the Toggle button of the DatePicker.