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