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 options that each component supports, refer to the article on globalization support.
Internationalization
The internationalization 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
The PivotGrid 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 |
---|---|
pivotgrid.fieldMenuReset | Reset |
pivotgrid.fieldMenuApply | Apply |
pivotgrid.configuratorTitle | Settings |
pivotgrid.configuratorCancel | Cancel |
pivotgrid.configuratorCancel | Cancel |
pivotgrid.configuratorApply | Apply |
pivotgrid.configuratorColumnsTitle | Columns |
pivotgrid.configuratorRowsTitle | Rows |
pivotgrid.configuratorMeasuresTitle | Values |
pivotgrid.configuratorEditorSearchTitle | Fields |
pivotgrid.configuratorEditorSearchPlaceholder | Search... |
pivotgrid.configuratorCancel | Select some fields to begin setup |
pivotgrid.configuratorButtonLabel | Change settings |
The following example demonstrates how to load and apply the messages.
Right-to-Left Support
The following example demonstrates how to utilize the RTL support for the PivotGrid.