messages.loadingString(default: "Loading")

The aria label text for the loader.

Example

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

<script>
    $('#loader').kendoLoader({
        messages: { loading: 'Loading data' }
    });
</script>
In this article
messages.loading
Not finding the help you need?
Contact Support