<kendo:fileManager-upload-localization>
Sets the strings rendered by the Upload.
Example
<kendo:fileManager-upload>
<kendo:fileManager-upload-localization></kendo:fileManager-upload-localization>
</kendo:fileManager-upload>
Configuration Attributes
cancel java.lang.String
Sets the text of the Cancel button.
Example
<kendo:fileManager-upload-localization cancel="cancel">
</kendo:fileManager-upload-localization>
clearSelectedFiles java.lang.String
Sets the text of the Clear button.
Example
<kendo:fileManager-upload-localization clearSelectedFiles="clearSelectedFiles">
</kendo:fileManager-upload-localization>
dropFilesHere java.lang.String
Sets the hint of the drop-zone.
Example
<kendo:fileManager-upload-localization dropFilesHere="dropFilesHere">
</kendo:fileManager-upload-localization>
headerStatusUploaded java.lang.String
Sets the status message of the header for the uploaded files.
Example
<kendo:fileManager-upload-localization headerStatusUploaded="headerStatusUploaded">
</kendo:fileManager-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:fileManager-upload-localization headerStatusUploading="headerStatusUploading">
</kendo:fileManager-upload-localization>
invalidFileExtension java.lang.String
Sets the text of the validation message for an invalid file extension.
Example
<kendo:fileManager-upload-localization invalidFileExtension="invalidFileExtension">
</kendo:fileManager-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:fileManager-upload-localization invalidFiles="invalidFiles">
</kendo:fileManager-upload-localization>
invalidMaxFileSize java.lang.String
Sets the text of the validation message for an invalid maximum file size.
Example
<kendo:fileManager-upload-localization invalidMaxFileSize="invalidMaxFileSize">
</kendo:fileManager-upload-localization>
invalidMinFileSize java.lang.String
Sets the text of the validation message for an invalid minimum file size.
Example
<kendo:fileManager-upload-localization invalidMinFileSize="invalidMinFileSize">
</kendo:fileManager-upload-localization>
remove java.lang.String
Sets the text of the Remove button.
Example
<kendo:fileManager-upload-localization remove="remove">
</kendo:fileManager-upload-localization>
retry java.lang.String
Sets the text of the Retry button.
Example
<kendo:fileManager-upload-localization retry="retry">
</kendo:fileManager-upload-localization>
select java.lang.String
Sets the text of the Select... button.
Example
<kendo:fileManager-upload-localization select="select">
</kendo:fileManager-upload-localization>
statusFailed java.lang.String
Sets the status message for failed uploads.
Example
<kendo:fileManager-upload-localization statusFailed="statusFailed">
</kendo:fileManager-upload-localization>
statusUploaded java.lang.String
Sets the status message for successful uploads.
Example
<kendo:fileManager-upload-localization statusUploaded="statusUploaded">
</kendo:fileManager-upload-localization>
statusUploading java.lang.String
Sets the status message for files that are in the process of upload.
Example
<kendo:fileManager-upload-localization statusUploading="statusUploading">
</kendo:fileManager-upload-localization>
uploadSelectedFiles java.lang.String
Sets the text of the Upload files button.
Example
<kendo:fileManager-upload-localization uploadSelectedFiles="uploadSelectedFiles">
</kendo:fileManager-upload-localization>