---
path: components/textarea/globalization
title: Globalization
position: 4
seo_title: Globalization Support for the TextArea Component
seo_description: Adapt the Telerik and Kendo UI TextArea component to various
  cultures and languages, such as Hebrew, Chinese, or Arabic, by localizing its
  content and translating its messages, and by setting its location and
  rendering its text from right to left.
---

## Globalization Support

Out of the box, the Telerik and Kendo UI TextArea delivers globalization support which enables you to adapt the component to different cultures by providing options to translate its text messages (localization support) and also by allowing you to render its content in a right-to-left direction (RTL support).

### Localization

By default, the TextArea shows its messages in American English (EN-US). To change the displayed language, include an additional localization script file in the document, which will replace the default messages in the component prototype with their equivalent translations.

<Wrap>
<ExternalResource data='{"title":"Kendo UI for Angular TextArea Localization","description":"Find more information about the localization features supported by the Kendo UI for Angular TextArea component.","url":"https://www.telerik.com/kendo-angular-ui/components/inputs/globalization/"}'>![Kendo UI for Angular logo.](/images/angular-logo.svg)</ExternalResource>

<ExternalResource data='{"title":"Telerik UI for Blazor TextArea Localization","description":"Find more information about the localization features supported by the Telerik UI for Blazor TextArea component.","url":"https://docs.telerik.com/blazor-ui/globalization/localization"}'>![Telerik UI for Blazor logo.](/images/blazor-logo.svg)</ExternalResource>

<ExternalResource data='{"title":"Kendo UI for jQuery TextArea Localization","description":"Find more information about the localization features supported by the Kendo UI for jQuery TextArea component.","url":"https://docs.telerik.com/kendo-ui/globalization/localization"}'>![Kendo UI for jQuery logo.](/images/jquery-logo.svg)</ExternalResource>

<ExternalResource data='{"title":"KendoReact TextArea Localization","description":"Find more information about the localization features supported by the KendoReact TextArea component.","url":"https://www.telerik.com/kendo-react-ui/components/inputs/globalization/"}'>![KendoReact logo.](/images/react-logo.svg)</ExternalResource>

<ExternalResource data='{"title":"Kendo UI for Vue TextArea Localization","description":"Find more information about the localization features supported by the Kendo UI for Vue TextArea component.","url":"https://www.telerik.com/kendo-vue-ui/components/inputs/globalization/"}'>![Kendo UI for Vue logo.](/images/vue-logo.svg)</ExternalResource>

<ExternalResource data='{"title":"Telerik UI for ASP.NET Core TextArea Localization","description":"Find more information about the localization features supported by the Telerik UI for ASP.NET Core TextArea component.","url":"https://docs.telerik.com/aspnet-core/globalization/localization"}'>![Telerik UI for ASP.NET Core logo.](/images/core-logo.svg)</ExternalResource>

<ExternalResource data='{"title":"Telerik UI for ASP.NET MVC TextArea Localization","description":"Find more information about the localization features supported by the Telerik UI for ASP.NET MVC TextArea component.","url":"https://docs.telerik.com/aspnet-mvc/globalization/overview"}'>![Telerik UI for ASP.NET MVC logo.](/images/mvc-logo.svg)</ExternalResource>

</Wrap>

### RTL

Right-to-Left (RTL) support represents the ability of a library, website, or application to handle and respond to users who communicate through right-to-left languages such as Arabic, Hebrew, Chinese, Japanese, and others.

The Telerik and Kendo UI TextArea comes with built-in RTL support and enables you to render its content and set its position from right to left.

<BlueprintImage data='{}'>![A Telerik and Kendo UI TextArea component with a Label and Hint demonstrating the right-to-left option.](images/components-textarea-rtl.png 'A Telerik and Kendo UI TextArea component with a Label and Hint demonstrating the right-to-left option.')</BlueprintImage>

<Wrap>
<ExternalResource data='{"title":"Kendo UI for Angular TextArea RTL","description":"Find more information about the RTL features supported by the Kendo UI for Angular TextArea component.","url":"https://www.telerik.com/kendo-angular-ui/components/inputs/globalization/#toc-right-to-left-support"}'>![Kendo UI for Angular logo.](/images/angular-logo.svg)</ExternalResource>

<ExternalResource data='{"title":"Kendo UI for jQuery TextArea RTL","description":"Find more information about the RTL features supported by the Kendo UI for jQuery TextArea component.","url":"https://docs.telerik.com/kendo-ui/globalization/supporting-rtl-languages"}'>![Kendo UI for jQuery logo.](/images/jquery-logo.svg)</ExternalResource>

<ExternalResource data='{"title":"KendoReact TextArea RTL","description":"Find more information about the RTL features supported by the KendoReact TextArea component.","url":"https://www.telerik.com/kendo-react-ui/components/inputs/globalization/#toc-right-to-left-support"}'>![KendoReact logo.](/images/react-logo.svg)</ExternalResource>

<ExternalResource data='{"title":"Kendo UI for Vue TextArea RTL","description":"Find more information about the RTL features supported by the Kendo UI for Vue TextArea component.","url":"https://www.telerik.com/kendo-vue-ui/components/inputs/globalization/#toc-right-to-left-support"}'>![Kendo UI for Vue logo.](/images/vue-logo.svg)</ExternalResource>

<ExternalResource data='{"title":"Telerik UI for ASP.NET Core TextArea RTL","description":"Find more information about the RTL features supported by the Telerik UI for ASP.NET Core TextArea component.","url":"https://docs.telerik.com/aspnet-core/globalization/right-to-left-support"}'>![Telerik UI for ASP.NET Core logo.](/images/core-logo.svg)</ExternalResource>

<ExternalResource data='{"title":"Telerik UI for ASP.NET MVC TextArea RTL","description":"Find more information about the RTL features supported by the Telerik UI for ASP.NET MVC TextArea component.","url":"https://docs.telerik.com/aspnet-mvc/globalization/right-to-left-support"}'>![Telerik UI for ASP.NET MVC logo.](/images/mvc-logo.svg)</ExternalResource>

</Wrap>
