Globalization
The globalization process combines the translation of component messages with adapting them to specific cultures.
For more information on how globalization practices are implemented in KendoReact, refer to the overview article. For more information on the globalization aspects which are available for each component, refer to the article on globalization support.
The following example demonstrates how to use the Spanish culture in the KendoReact Scheduler.
Internationalization
The internationalization (i18n) process applies specific culture formats to a web application.
For more information, refer to:
- KendoReact documentation on internationalization
- kendo-intl (the base Internationalization package on GitHub)
Messages
Scheduler supports the localization of its messages by utilizing the KendoReact Internationalization package.
The following table lists the built-in message keys and their default values.
Message Key | Default Value |
---|---|
scheduler.allEvents | All events |
scheduler.allDay | all day |
scheduler.today | Today |
scheduler.dayViewTitle | Day |
scheduler.timelineViewTitle | Timeline |
scheduler.weekViewTitle | Week |
scheduler.workWeekViewTitle | Work Week |
scheduler.agendaViewTitle | Agenda |
scheduler.monthViewTitle | Month |
scheduler.deleteTitle | Delete |
scheduler.nextTitle | Next |
scheduler.previousTitle | Previous |
scheduler.showFullDay | Show full day |
scheduler.showWorkDay | Show business hours |
scheduler.editOccurrence | Edit current occurrence |
scheduler.editSeries | Edit the series |
scheduler.editRecurringConfirmation | Do you want to edit only this event occurrence or the whole series? |
scheduler.editRecurringDialogTitle | Edit Recurring Item |
scheduler.editSave | Save |
scheduler.editCancel | Cancel |
scheduler.editorTitle | Event |
scheduler.editorEventTitle | Title |
scheduler.editorEventStart | Start |
scheduler.editorEventStartTimeZone | Start Time Zone |
scheduler.editorEventEnd | End |
scheduler.editorEventEndTimeZone | End Time Zone |
scheduler.editorEventAllDay | All Day Event |
scheduler.editorEventDescription | Description |
scheduler.editorEventSeparateTimeZones | End in different Time Zone |
scheduler.editorEventTimeZone | Specify Time Zone |
scheduler.recurrenceEditorRepeat | Repeat |
scheduler.recurrenceEditorDailyInterval | day(s) |
scheduler.recurrenceEditorDailyRepeatEvery | Repeat every |
scheduler.recurrenceEditorWeeklyInterval | week(s) |
scheduler.recurrenceEditorWeeklyRepeatEvery | Repeat every |
scheduler.recurrenceEditorWeeklyRepeatOn | Repeat on |
scheduler.recurrenceEditorMonthlyDay | Day |
scheduler.recurrenceEditorMonthlyInterval | month(s) |
scheduler.recurrenceEditorMonthlyRepeatEvery | Repeat every |
scheduler.recurrenceEditorMonthlyRepeatOn | Repeat on |
scheduler.recurrenceEditorYearlyOf | of |
scheduler.recurrenceEditorYearlyRepeatEvery | Repeat every |
scheduler.recurrenceEditorYearlyRepeatOn | Repeat on |
scheduler.recurrenceEditorYearlyInterval | year(s) |
scheduler.recurrenceEditorFrequenciesDaily | Daily |
scheduler.recurrenceEditorFrequenciesMonthly | Monthly |
scheduler.recurrenceEditorFrequenciesNever | Never |
scheduler.recurrenceEditorFrequenciesWeekly | Weekly |
scheduler.recurrenceEditorFrequenciesYearly | Yearly |
scheduler.recurrenceEditorOffsetPositionsFirst | First |
scheduler.recurrenceEditorOffsetPositionsSecond | Second |
scheduler.recurrenceEditorOffsetPositionsThird | Third |
scheduler.recurrenceEditorOffsetPositionsFourth | Fourth |
scheduler.recurrenceEditorOffsetPositionsLast | Last |
scheduler.recurrenceEditorWeekdaysDay | Day |
scheduler.recurrenceEditorWeekdaysWeekday | Weekday |
scheduler.recurrenceEditorWeekdaysWeekendday | Weekend Day |
scheduler.recurrenceEditorEndAfter | After |
scheduler.recurrenceEditorEndOccurrence | occurrence(s) |
scheduler.recurrenceEditorEndLabel | End |
scheduler.recurrenceEditorEndNever | Never |
scheduler.recurrenceEditorEndOn | On |
scheduler.editorDelete | Delete |
scheduler.deleteConfirmation | Are you sure you want to delete this event? |
scheduler.deleteRecurringConfirmation | Do you want to delete only this event occurrence or the whole series? |
scheduler.deleteOccurrence | Delete current occurrence |
scheduler.deleteSeries | Delete the series |
scheduler.deleteDialogTitle | Delete Event |
scheduler.deleteRecurringDialogTitle | Delete Recurring Item |
scheduler.dateTitle | Date |
scheduler.timeTitle | Time |
scheduler.eventTitle | Event |
scheduler.editorValidationRequired | Field is required. |
scheduler.editorValidationStart | Start time must be be before End time. |
scheduler.editorValidationEnd | End time must be after Start time. |
scheduler.noEvents | no events |
scheduler.moreEvents | More events |
Right-to-Left Support
The following example demonstrates how to utilize the RTL support for the Scheduler.
Timezones Support
The Scheduler features built-in support for displaying events in different timezones around the world. For more information, refer to the article on timezones.