messagesObject

Contains the localizable text strings used by the widget.

Example - set messages

<div id="checkpoint"></div>
<script>
$("#checkpoint").kendoCheckpoint({
    state: "restore",
    messages: {
        restore: "Revert to this point"
    }
});
</script>
In this article
messagesRelated Properties
Not finding the help you need?
Contact Support