15 строки
1017 B
Markdown
15 строки
1017 B
Markdown
---
|
|
layout: post
|
|
title: Right to Left support in Syncfusion Windows Forms UI Controls
|
|
description: Learn here about Right to Left (RTL) support for Syncfusion Windows Forms UI Controls and more details.
|
|
platform: windowsforms
|
|
control: RightToLeft
|
|
documentation: ug
|
|
---
|
|
|
|
# Right to Left support in Syncfusion Windows Forms Controls
|
|
|
|
Right to Left (RTL) support displays the content from right-to-left direction by setting the [RightToLeft](https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.control.righttoleft?redirectedfrom=MSDN&view=netframework-4.8#System_Windows_Forms_Control_RightToLeft) property to `Yes`. This is helpful to support the Right-to-Left scripted languages like Arabic, Hebrew, Urdu, etc.,
|
|
|
|
All Windows Forms Syncfusion controls supports Right-to-Left (RTL) based on FlowDirection property. In addition to that, all controls provides [localization](https://help.syncfusion.com/windowsforms/localization) support to change language of strings used in control specific to any culture.
|