---
title: RTL Support
page_title: RTL Support - Menu - Kendo UI for Vue
description: "Explore the RTL support offered by the Kendo UI Menu wrapper for Vue."
slug: rtl_support_menu_wrapper
canonicalLink: "https://www.telerik.com/kendo-vue-ui/components/layout/globalization/"
position: 30
---

<div><WrapperBanner link="/kendo-vue-ui/components/layout/globalization"></WrapperBanner></div>    

# RTL Support

You can activate the right-to-left functionality by adding the `k-rtl` class to the container of the Menu.

If you use a [Kendo UI LESS-based theme](https://docs.telerik.com/kendo-ui/styles-and-layout/appearance-styling), register the `kendo.rtl.[min].css` file too.

The following example demonstrates how to utilize the RTL support for the Menu.

{% meta height:300 %}
{% embed_file menu/rtl/main.vue preview %}
{% embed_file menu/rtl/main.js %}
{% endmeta %}

## Suggested Links

* [Kendo UI Menu for jQuery](https://docs.telerik.com/kendo-ui/controls/navigation/menu/overview)
* [API Reference of the Menu Widget](https://docs.telerik.com/kendo-ui/api/javascript/ui/menu)
