<kendo:upload-localization>

Sets the strings rendered by the Upload.

Example

<kendo:upload>
    <kendo:upload-localization></kendo:upload-localization>
</kendo:upload>

Configuration Attributes

cancel java.lang.String

Sets the text of the Cancel button.

Example

<kendo:upload-localization cancel="cancel">
</kendo:upload-localization>

clearSelectedFiles java.lang.String

Sets the text of the Clear button.

Example

<kendo:upload-localization clearSelectedFiles="clearSelectedFiles">
</kendo:upload-localization>

dropFilesHere java.lang.String

Sets the hint of the drop-zone.

Example

<kendo:upload-localization dropFilesHere="dropFilesHere">
</kendo:upload-localization>

headerStatusPaused java.lang.String

Sets the paused status message of the header.

Example

<kendo:upload-localization headerStatusPaused="headerStatusPaused">
</kendo:upload-localization>

headerStatusUploaded java.lang.String

Sets the status message of the header for the uploaded files.

Example

<kendo:upload-localization headerStatusUploaded="headerStatusUploaded">
</kendo:upload-localization>

headerStatusUploading java.lang.String

Sets the status message of the header for the files that are in the process of upload.

Example

<kendo:upload-localization headerStatusUploading="headerStatusUploading">
</kendo:upload-localization>

invalidFileExtension java.lang.String

Sets the text of the validation message for an invalid file extension.

Example

<kendo:upload-localization invalidFileExtension="invalidFileExtension">
</kendo:upload-localization>

invalidFiles java.lang.String

Sets the text of the validation messages for invalid files when the batch property is set to true and two or more files fail the validation.

Example

<kendo:upload-localization invalidFiles="invalidFiles">
</kendo:upload-localization>

invalidMaxFileSize java.lang.String

Sets the text of the validation message for an invalid maximum file size.

Example

<kendo:upload-localization invalidMaxFileSize="invalidMaxFileSize">
</kendo:upload-localization>

invalidMinFileSize java.lang.String

Sets the text of the validation message for an invalid minimum file size.

Example

<kendo:upload-localization invalidMinFileSize="invalidMinFileSize">
</kendo:upload-localization>

remove java.lang.String

Sets the text of the Remove button.

Example

<kendo:upload-localization remove="remove">
</kendo:upload-localization>

retry java.lang.String

Sets the text of the Retry button.

Example

<kendo:upload-localization retry="retry">
</kendo:upload-localization>

select java.lang.String

Sets the text of the Select... button.

Example

<kendo:upload-localization select="select">
</kendo:upload-localization>

statusFailed java.lang.String

Sets the status message for failed uploads.

Example

<kendo:upload-localization statusFailed="statusFailed">
</kendo:upload-localization>

statusUploaded java.lang.String

Sets the status message for successful uploads.

Example

<kendo:upload-localization statusUploaded="statusUploaded">
</kendo:upload-localization>

statusUploading java.lang.String

Sets the status message for files that are in the process of upload.

Example

<kendo:upload-localization statusUploading="statusUploading">
</kendo:upload-localization>

uploadFail java.lang.String

Sets the text of the validation message when a file fails to upload.

Example

<kendo:upload-localization uploadFail="uploadFail">
</kendo:upload-localization>

uploadSelectedFiles java.lang.String

Sets the text of the Upload files button.

Example

<kendo:upload-localization uploadSelectedFiles="uploadSelectedFiles">
</kendo:upload-localization>

uploadSuccess java.lang.String

Sets the text of the validation message when a file is succesfully uploaded.

Example

<kendo:upload-localization uploadSuccess="uploadSuccess">
</kendo:upload-localization>
In this article
Not finding the help you need?