We are using version 2017.2.504
And I am trying to set the text on the Clear button without success. The other buttons are getting the correct text. Below is the configuration used:
async: {
saveUrl: "save",
removeUrl: "remove",
clear: "clear",
autoUpload: false,
allowmultiple: true,
batch: false },
template: kendo.template($("#fileTemplate").html()),
localization: {
select: $scope.translation.SelectFiles,
dropFilesHere: $scope.translation.DropFilesHere,
headerStatusUploading: $scope.translation.Uploading,
headerStatusUploaded: $scope.translation.Done,
remove: $scope.translation.Delete,
clear: $scope.translation.Delete,
uploadSelectedFiles: $scope.translation.UploadFiles
},