messages.rootTitle String (default: "Go to root")

The label for the root icon of the Breadcrumb.

Example

<nav id="breadcrumb"></nav>

<script>
    $("#breadcrumb").kendoBreadcrumb({
        value: 'Telerik UI/Navigation/Breadcrumb',
        messages: {
            rootTitle: 'Click here to navigate to root'
        }
    });
</script>
In this article