localizationObject
Sets the strings rendered by the Upload.
Example
<input type="file" name="files" id="photos" /> <script> $("#photos").kendoUpload({ localization: { select: "customSelect" } }); </script> In this article
ObjectSets the strings rendered by the Upload.
<input type="file" name="files" id="photos" /> <script> $("#photos").kendoUpload({ localization: { select: "customSelect" } }); </script>