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 TreeList 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 TreeList 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
treelist.filterClearButtonClear
treelist.filterEqOperatorIs equal to
treelist.filterNotEqOperatorIs not equal to
treelist.filterIsNullOperatorIs null
treelist.filterIsNotNullOperatorIs not null
treelist.filterIsEmptyOperatorIs empty
treelist.filterIsNotEmptyOperatorIs not empty
treelist.filterStartsWithOperatorStarts with
treelist.filterContainsOperatorContains
treelist.filterNotContainsOperatorDoes not contain
treelist.filterEndsWithOperatorEnds with
treelist.filterGteOperatorIs greater than or equal to
treelist.filterGtOperatorIs greater than
treelist.filterLteOperatorIs less than or equal to
treelist.filterLtOperatorIs less than
treelist.filterIsTrueIs true
treelist.filterIsFalseIs false
treelist.filterBooleanAll(All)
treelist.filterAfterOrEqualOperatorIs after or equal to
treelist.filterAfterOperatorIs after
treelist.filterBeforeOperatorIs before
treelist.filterBeforeOrEqualOperatorIs before or equal to
treelist.noRecordsNo records available.

In this article

Not finding the help you need?