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.

Internationalization

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

For more information, refer to:

Messages

The Spreadsheet 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
spreadsheet.boldBold
spreadsheet.italicItalic
spreadsheet.underline Underline
spreadsheet.openFileOpen...
spreadsheet.textColorText Color
spreadsheet.backgroundBackground color
spreadsheet.addRowAboveAdd row above
spreadsheet.addRowBelowAdd row below
spreadsheet.addColumnLeftAdd column left
spreadsheet.addColumnRightAdd column right
spreadsheet.deleteRowDelete row
spreadsheet.deleteColumnDelete column
spreadsheet.undoUndo
spreadsheet.redoRedo
spreadsheet.fontSizeFont size
spreadsheet.fontSizeIncreaseIncrease Font size
spreadsheet.fontSizeDecreaseDecrease Font size
spreadsheet.fontNameFont
spreadsheet.formatCustom format...
spreadsheet.alignHorizontallyAlign horizontally
spreadsheet.alignVerticallyAlign vertically
spreadsheet.alignAlign
spreadsheet.alignLeftAlign Left
spreadsheet.alignRightAlign Right
spreadsheet.alignCenterAlign Center
spreadsheet.alignJustifyAlign Justify
spreadsheet.centerCenter
spreadsheet.justifyJustify
spreadsheet.alignTopAlign Top
spreadsheet.alignMiddleAlign Middle
spreadsheet.increaseDecimalIncrease decimal
spreadsheet.decreaseDecimalDecrease decimal
spreadsheet.textWrapText Wrap
spreadsheet.gridLinesToggle gridlines
spreadsheet.exportToExcelExport to Excel
spreadsheet.nameBoxName Box
spreadsheet.defaultSheetNameSheet
spreadsheet.homeHome
spreadsheet.fileFile
spreadsheet.insertInsert
spreadsheet.addNewSheetAdd new sheet
spreadsheet.formatTabFormat
spreadsheet.modifyMergedCannot change part of a merged cell.
spreadsheet.cannotModifyDisabledCannot modify disabled cells.
spreadsheet.openUnsupportedUnsupported format. Please select an .xlsx file.
spreadsheet.duplicateSheetNameThere is an existing sheet with this name. Please enter another name.
spreadsheet.errorError
spreadsheet.okOK

The following example demonstrates how to load and apply the messages.

Example
View Source
Change Theme:

In this article

Not finding the help you need?