messages.common.heightString(default: "Height:")

Defines the localization for the common field.

Example

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