New to KendoReactStart a free 30-day trial

Globalization
Premium

Updated on Aug 14, 2026

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.

Loading ...

Internationalization

The internationalization (i18n) process applies specific culture formats to a web application.

For more information, refer to:

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 KeyDefault Value
scheduler.allEventsAll events
scheduler.allDayall day
scheduler.todayToday
scheduler.dayViewTitleDay
scheduler.timelineViewTitleTimeline
scheduler.weekViewTitleWeek
scheduler.workWeekViewTitleWork Week
scheduler.agendaViewTitleAgenda
scheduler.monthViewTitleMonth
scheduler.deleteTitleDelete
scheduler.nextTitleNext
scheduler.previousTitlePrevious
scheduler.showFullDayShow full day
scheduler.showWorkDayShow business hours
scheduler.editOccurrenceEdit current occurrence
scheduler.editSeriesEdit the series
scheduler.editRecurringConfirmationDo you want to edit only this event occurrence or the whole series?
scheduler.editRecurringDialogTitleEdit Recurring Item
scheduler.editSaveSave
scheduler.editCancelCancel
scheduler.editorTitleEvent
scheduler.editorEventTitleTitle
scheduler.editorEventStartStart
scheduler.editorEventStartTimeZoneStart Time Zone
scheduler.editorEventEndEnd
scheduler.editorEventEndTimeZoneEnd Time Zone
scheduler.editorEventAllDayAll Day
scheduler.editorEventDescriptionDescription
scheduler.editorEventSeparateTimeZonesEnd in different Time Zone
scheduler.editorEventTimeZoneSpecify Time Zone
scheduler.recurrenceEditorRepeatRepeats every
scheduler.recurrenceEditorDailyIntervalday(s)
scheduler.recurrenceEditorDailyRepeatEveryRepeats every
scheduler.recurrenceEditorWeeklyIntervalweek(s)
scheduler.recurrenceEditorWeeklyRepeatEveryRepeats every
scheduler.recurrenceEditorWeeklyRepeatOnOn
scheduler.recurrenceEditorMonthlyDayDay
scheduler.recurrenceEditorMonthlyIntervalmonth(s)
scheduler.recurrenceEditorMonthlyRepeatEveryRepeats every
scheduler.recurrenceEditorMonthlyRepeatOnOn
scheduler.recurrenceEditorYearlyOfof
scheduler.recurrenceEditorYearlyRepeatEveryRepeats every
scheduler.recurrenceEditorYearlyRepeatOnOn
scheduler.recurrenceEditorYearlyIntervalyear(s)
scheduler.recurrenceEditorFrequenciesDailyDay
scheduler.recurrenceEditorFrequenciesMonthlyMonth
scheduler.recurrenceEditorFrequenciesNeverNever
scheduler.recurrenceEditorFrequenciesWeeklyWeek
scheduler.recurrenceEditorFrequenciesYearlyYear
scheduler.recurrenceEditorOffsetPositionsFirstFirst
scheduler.recurrenceEditorOffsetPositionsSecondSecond
scheduler.recurrenceEditorOffsetPositionsThirdThird
scheduler.recurrenceEditorOffsetPositionsFourthFourth
scheduler.recurrenceEditorOffsetPositionsLastLast
scheduler.recurrenceEditorWeekdaysDayDay
scheduler.recurrenceEditorWeekdaysWeekdayWeekday
scheduler.recurrenceEditorWeekdaysWeekenddayWeekend Day
scheduler.recurrenceEditorEndAfterAfter
scheduler.recurrenceEditorEndOccurrenceoccurrence(s)
scheduler.recurrenceEditorEndLabelEnds
scheduler.recurrenceEditorEndNeverNever
scheduler.recurrenceEditorEndOnOn
scheduler.recurrenceEditorWeeklyRepeatOnDaysRepeat on days
scheduler.recurrenceEditorDialogTitleRecurrence
scheduler.recurrenceEditorRemoveRecurrenceRemove recurrence
scheduler.editorDeleteDelete
scheduler.deleteConfirmationAre you sure you want to delete this event?
scheduler.deleteSeriesConfirmationAre you sure you want to delete this series?
scheduler.deleteRecurringConfirmationDo you want to delete only this event occurrence or the whole series?
scheduler.deleteOccurrenceDelete current occurrence
scheduler.deleteSeriesDelete the series
scheduler.deleteDialogTitleDelete Event
scheduler.deleteSeriesDialogTitleDelete Series
scheduler.deleteRecurringDialogTitleDelete Recurring Item
scheduler.dateTitleDate
scheduler.timeTitleTime
scheduler.eventTitleEvent
scheduler.editorValidationRequiredField is required.
scheduler.editorValidationStartStart time must be before End time.
scheduler.editorValidationEndEnd time must be after Start time.
scheduler.noEventsno events
scheduler.popoverEventsEvents
scheduler.moreEventsmore
scheduler.editorMakeRecurringMake recurring
scheduler.editorTimezoneButtonTime zone
scheduler.editorSetTimezoneTitleSet Timezone
scheduler.editorResetTimezoneTitleReset Timezone
scheduler.editorResetTimezoneAriaLabelReset timezone
scheduler.editorStartTimeAriaLabelStart time
scheduler.editorEndTimeAriaLabelEnd time
scheduler.editorDateConnectorFromfrom
scheduler.editorDateConnectorToto
scheduler.editorNewEventNew event
scheduler.editorEditEventEdit event
scheduler.resetTimezoneDialogTitleReset time zone
scheduler.resetTimezoneConfirmationDo you want to reset the time zone?
scheduler.resetTimezoneNoNo
scheduler.resetTimezoneYesYes
scheduler.removeRecurrenceConfirmationDo you want to remove the recurrence?
scheduler.removeRecurrenceNoNo
scheduler.removeRecurrenceYesYes
scheduler.toolbarLabelToolbar

Right-to-Left Support

The following example demonstrates how to utilize the RTL support for the Scheduler.

Loading ...

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.