---
title: RTL Support
page_title: RTL Support - Button - Kendo UI for Vue
description: "Use the k-rtl class to activate the right-to-left (RTL) support of the Kendo UI Button wrapper for Vue."
slug: right_to_left_support_button_wrapper
canonicalLink: "https://www.telerik.com/kendo-vue-ui/components/buttons/globalization/"
position: 5
---

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


# RTL Support

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

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

{% meta height:350 %}
{% embed_file button/rtl/main.vue preview %}
{% embed_file button/rtl/main.js %}
{% endmeta %}

## Suggested Links

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