This is a migrated thread and some comments may be shown as answers.

localization

1 Answer 136 Views
Upload
This is a migrated thread and some comments may be shown as answers.
Emir Prcic
Top achievements
Rank 1
Emir Prcic asked on 13 Jun 2017, 09:02 AM

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                         

},

1 Answer, 1 is accepted

Sort by
0
Emir Prcic
Top achievements
Rank 1
answered on 14 Jun 2017, 08:15 AM
Fixed this, used clear instead of clearSelectedFiles
Tags
Upload
Asked by
Emir Prcic
Top achievements
Rank 1
Answers by
Emir Prcic
Top achievements
Rank 1
Share this question
or