New to Kendo UI for Vue? Start a free 30-day trial

Globalization

The globalization process combines the translation of component messages with adapting them to specific locales.

The following example demonstrates how to localize the built-in messages of the Kendo UI for Vue 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 Kendo UI for Vue 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.uploadSelectedFilesUpload
upload.totalTotal
upload.filesfiles

Right-to-Left Support

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

Example
View Source
Change Theme: