messages Object

Allows localization of the strings that are used in the widget.

Example

<div id="loader"></nav>

<script>
    $('#loader').kendoLoader({
        messages: { loading: 'Loading' }
    });
</script>
In this article