Globalization
The globalization process combines the translation of component messages with adapting them to specific locales.
The following example demonstrates how to use the Spanish date format and month names in the available Date Inputs and how to localize their built-in messages.
Internationalization
The internationalization process applies specific culture formats to a web application.
For more information, refer to:
- Kendo UI for Vue Native documentation on internationalization
- kendo-intl (the base Internationalization package on GitHub)
Messages
The Date Inputs support the localization of their messages by utilizing the Kendo UI for Vue Internationalization package.
The following table lists the built-in message keys and their default values.
Message Key | Default Value |
---|---|
dateinput.increment | Increase value |
dateinput.decrement | Decrease value |
calendar.today | TODAY |
datepicker.toggleCalendar | Toggle calendar |
datetimepicker.date | Date |
datetimepicker.time | Time |
datetimepicker.toggleDateTimeSelector | Toggle date-time selector |
datetimepicker.cancel | Cancel |
datetimepicker.set | Set |
timepicker.now | NOW |
timepicker.selectNow | Select Now |
timepicker.cancel | Cancel |
timepicker.set | Set |
timepicker.toggleTimeSelector | Toggle TimeSelector |
timepicker.toggleClock | Toggle Clock |
calendar.prevView | Navigate to previous view |
calendar.nextView | Navigate to next view |
Right-to-Left Support
The Date Inputs do not provide RTL support.