• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Formupdated
    • Ganttupdated
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

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 localize the built-in messages of the KendoReact Pager and Filter components.

Example
View Source
Change Theme:

Internationalization

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

For more information, refer to:

Messages

The Pager and Filter components support 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
pager.itemsPerPageitems per page
pager.info{0} - {1} of {2} items
pager.firstPageGo to the first page
pager.previousPageGo to the previous page
pager.nextPageGo to the next page
pager.lastPageGo to the last page
pager.pagePage
pager.ofof
pager.totalPages{0}
pager.pageSelectionSelect page
pager.pageLabelPage
pager.ariaKeyshortcutsEnter ArrowRight ArrowLeft
pager.ariaLabelPager
pager.mobileSelectSelect
filter.eqOperatorIs equal to
filter.notEqOperatorIs not equal to
filter.isNullOperatorIs null
filter.isNotNullOperatorIs not null
filter.isEmptyOperatorIs empty
filter.isNotEmptyOperatorIs not empty
filter.startsWithOperatorStarts with
filter.containsOperatorContains
filter.notContainsOperatorDoes not contain
filter.endsWithOperatorEnds with
filter.gteOperatorIs greater than or equal to
filter.gtOperatorIs greater than
filter.lteOperatorIs less than or equal to
filter.ltOperatorIs less than
filter.isTrueIs true
filter.isFalseIs false
filter.afterOrEqualOperatorIs after or equal to
filter.afterOperatorIs after
filter.beforeOperatorIs before
filter.beforeOrEqualOperatorIs before or equal to
filter.andLogicAnd
filter.orLogicOr
filter.addExpressionAdd Expression
filter.addGroupAdd Group
filter.closeClose
filter.ariaLabelFilter
filter.expressionAriaLabelFilter expression row
filter.expressionDropdownAriaLabelFilter dropdown
filter.expressionOperatorDropdownAriaLabelFilter operator dropdown
filter.enumFilterDropdownAriaLabelSelect True/False
filter.numericFilterAriaLabelEnter number
filter.textFilterAriaLabelEnter number
columnMenu.filterClearButtonClear
columnMenu.filterSubmitButtonFilter
columnMenu.filterTitleFilter
columnMenu.sortAscendingSort Ascending
columnMenu.sortDescendingSort Descending
columnMenu.filterEqOperatorIs equal to
columnMenu.filterNotEqOperatorIs not equal to
columnMenu.filterIsNullOperatorIs null
columnMenu.filterIsNotNullOperatorIs not null
columnMenu.filterIsEmptyOperatorIs empty
columnMenu.filterIsNotEmptyOperatorIs not empty
columnMenu.filterStartsWithOperatorStarts with
columnMenu.filterContainsOperatorContains
columnMenu.filterNotContainsOperatorDoes not contain
columnMenu.filterEndsWithOperatorEnds with
columnMenu.filterGteOperatorIs greater than or equal to
columnMenu.filterGtOperatorIs greater than
columnMenu.filterLteOperatorIs less than or equal to
columnMenu.filterLtOperatorIs less than
columnMenu.filterIsTrueIs true
columnMenu.filterAfterOrEqualOperatorIs after or equal to
columnMenu.filterAfterOperatorIs after
columnMenu.filterBeforeOperatorIs before
columnMenu.filterBeforeOrEqualOperatorIs before or equal to
columnMenu.filterAndLogicAnd
columnMenu.filterOrLogicOr
sort.ariaLabelSortable

Right-to-Left Support

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

Example
View Source
Change Theme: