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