Globalization

The globalization process combines the translation of component messages with adapting them to specific locales.

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 date format and month names and how to localize the built-in messages of the KendoReact Gantt component.

Example
View Source
Change Theme:

Internationalization

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

For more information, refer to:

Messages

The Gantt 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
gantt.filterClearButtonClear
gantt.filterEqOperatorIs equal to
gantt.filterNotEqOperatorIs not equal to
gantt.filterIsNullOperatorIs null
gantt.filterIsNotNullOperatorIs not null
gantt.filterIsEmptyOperatorIs empty
gantt.filterIsNotEmptyOperatorIs not empty
gantt.filterStartsWithOperatorStarts with
gantt.filterContainsOperatorContains
gantt.filterNotContainsOperatorDoes not contain
gantt.filterEndsWithOperatorEnds with
gantt.filterGteOperatorIs greater than or equal to
gantt.filterGtOperatorIs greater than
gantt.filterLteOperatorIs less than or equal to
gantt.filterLtOperatorIs less than
gantt.filterIsTrueIs true
gantt.filterIsFalseIs false
gantt.filterBooleanAll(All)
gantt.filterAfterOrEqualOperatorIs after or equal to
gantt.filterAfterOperatorIs after
gantt.filterBeforeOperatorIs before
gantt.filterBeforeOrEqualOperatorIs before or equal to
gantt.noRecordsNo records available.
gantt.weekViewTitleWeek
gantt.dayViewTitleDay
gantt.monthViewTitleMonth
gantt.yearViewTitleYear
gantt.editorSaveSave
gantt.editorCancelCancel
gantt.editorTitleTask
gantt.editorTaskTitleTitle
gantt.editorTaskStartStart
gantt.editorTaskEndEnd
gantt.editorTaskCompleteComplete
gantt.editorValidationRequiredField is required.
gantt.editorValidationStartStart time must be be before End time.
gantt.editorValidationEndEnd time must be after Start time.
gantt.addTaskAdd Task
gantt.addChildAdd Child
gantt.addAboveAdd Above
gantt.addBelowAdd Below
gantt.editorDeleteDelete
gantt.deleteConfirmationAre you sure you want to delete this event?
gantt.deleteDialogTitleDelete Event

In this article

Not finding the help you need?