messages.common.widthString(default: "Width:")

Defines the localization for the common field.

Example

<div id="imageEditor"></div>
<script>
$("#imageEditor").kendoImageEditor({
    messages: {
        common: {
            width: "Breite:"
        }
    }
});
</script>
In this article
messages.common.width
Not finding the help you need?
Contact Support