---
title: localizationProps API
description: "API Index | localizationProps"
api_reference: true
slug: api_upload_localizationprops_wrapper
---

# LocalizationProps

### localization-cancel `String`

The text of the **Cancel** button.

### localization-clear-selected-files `String`

The text of the **Clear** button.

### localization-drop-files-here `String`

The hint of the drop zone.

### localization-header-status-uploaded `String`

The status message of the header for the uploaded files.

### localization-header-status-uploading `String`

The status message of the header for the files which are in the process of upload.

### localization-invalid-file-extension `String`

The text of the validation message for an invalid file extension.

### localization-invalid-files `String`

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.

### localization-invalid-max-file-size `String`

The text of the validation message for an invalid maximum file size.

### localization-invalid-min-file-size `String`

The text of the validation message for an invalid minimum file size.

### localization-remove `String`

The text of the **Remove** button.

### localization-retry `String`

The text of the **Retry** button.

### localization-select `String`

The text of the **Select...** button.

### localization-status-failed `String`

The status message for the failed uploads.

### localization-status-uploaded `String`

The status message for the successful uploads.

### localization-status-uploading `String`

The status message for the files which are in the process of upload.

### localization-upload-selected-files `String`

The text of the **Upload files** button.

## Suggested Links

* [`Localization` in Kendo UI Upload for jQuery](https://docs.telerik.com/kendo-ui/api/javascript/ui/upload/configuration/localization)
