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 Upload.

Example
View Source
Change Theme:

Internationalization

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

For more information, refer to:

Messages

The Upload 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
upload.cancelCancel
upload.clearSelectedFilesClear
upload.dropFilesHereDrop files here to upload
upload.headerStatusUploadedDone
upload.headerStatusUploadingUploading...
upload.invalidFileExtensionFile type not allowed.
upload.invalidFilesInvalid file(s). Please check file upload requirements.
upload.invalidMaxFileSizeFile size too large.
upload.invalidMinFileSizeFile size too small.
upload.removeRemove
upload.retryRetry
upload.selectSelect files...
upload.selectTitlePress to select more files
upload.selectNoFilesTitleNo files selected
upload.uploadSelectedFilesUpload
upload.totalTotal
upload.filesfiles
upload.statusUploadedFile(s) successfully uploaded.
upload.statusUploadFailedFile(s) failed to upload.
upload.dropZoneHintDrag and drop files here to upload.
upload.defaultDropZoneNote''
upload.dropZoneNoteOnly {0} files are allowed.

Right-to-Left Support

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

Example
View Source
Change Theme: