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 React Editor, part of KendoReact, 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
editor.boldBold
editor.italicItalic
editor.underlineUnderline
editor.strikethroughStrikethrough
editor.subscriptSubscript
editor.superscriptSuperscript
editor.hyperlinkInsert hyperlink
editor.hyperlink-dialog-titleInsert hyperlink
editor.hyperlink-dialog-content-addressWeb address
editor.hyperlink-dialog-content-titleTitle
editor.hyperlink-dialog-content-newwindowOpen link in new window
editor.hyperlink-dialog-cancelCancel
editor.hyperlink-dialog-insertInsert
editor.insertFileInsert file
editor.insertfile-dialog-titleInsert file
editor.insertfile-dialog-content-addressWeb address
editor.insertfile-dialog-content-titleTitle
editor.insertfile-dialog-cancelCancel
editor.insertfile-dialog-insertInsert
editor.imageInsert image
editor.image-dialog-titleInsert image
editor.image-addressWeb address
editor.image-titleTitle
editor.image-altTextAlternate text
editor.image-widthWidth (px)
editor.image-heightHeight (px)
editor.image-cancelCancel
editor.image-insertInsert
editor.viewHtmlView HTML
editor.viewHtml-dialog-titleView HTML
editor.viewHtml-cancelCancel
editor.viewHtml-updateUpdate
editor.unlinkRemove hyperlink
editor.printPrint
editor.pdfExport to PDF
editor.foregroundColorColor
editor.backgroundColorBackground color
editor.selectAllSelect All
editor.cleanFormattingClean formatting
editor.undoUndo
editor.redoRedo
editor.fontSizeFont Size
editor.fontNameFont Name
editor.formatFormat
editor.alignLeftAlign text left
editor.alignCenterCenter text
editor.alignRightAlign text right
editor.alignJustifyJustify
editor.indentIndent
editor.outdentOutdent
editor.orderedListInsert ordered list
editor.bulletListInsert unordered list
editor.createTableCreate a table
editor.insertTableHintCreate a {0} x {1} table
editor.addRowBeforeAdd row above
editor.addRowAfterAdd row below
editor.addColumnBeforeAdd column on the left
editor.addColumnAfterAdd column on the right
editor.deleteRowDelete row
editor.deleteColumnDelete column
editor.deleteTableDelete table
editor.mergeCellsMerge cells
editor.splitCellSplit cell
editor.findReplace-tool-titleFind and Replace
editor.findReplace-dialog-titleFind and Replace
editor.findReplace-tab-findFind
editor.findReplace-tab-replaceReplace
editor.findReplace-findWhatFind What:
editor.findReplace-replaceWithReplace With
editor.findReplace-replaceReplace
editor.findReplace-replaceAllReplace All
editor.findReplace-matchCaseMatch Case
editor.findReplace-matchWordMatch whole word only
editor.findReplace-matchCyclicMatch cyclic (Wrap around)
editor.findReplace-useRegExpRegular Expression
editor.findReplace-prevMatchPrev
editor.findReplace-nextMatchNext
editor.findReplace-matches{0} of {1} matches
editor.iframeTitleEditable area. Press Alt + F10 for toolbar.

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

Example
View Source
Change Theme:

Right-to-Left Support

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

Example
View Source
Change Theme: