We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

RTL support

Does Essential Edit support RTL languages like Hebrew and Arabic.
Thanks, Tzahi


1 Reply

SR Sri Rajan Syncfusion Team January 4, 2008 01:03 AM UTC

Hi Tzahij,

Thanks for your interest in Syncfusion Products.

Essential Edit supports RTL languages like Hebrew and Arabic. This can be accomplished in Essential Edit through the use of following coding

private string ArabicPath = Path.GetDirectoryName(Application.ExecutablePath) + @"\..\..\Test Files\Arabic.txt";
private string HebrewPath = Path.GetDirectoryName(Application.ExecutablePath) + @"\..\..\Test Files\Hebrew.txt";

this.editControl1.StatusBarSettings.TextPanel.Panel.Alignment = HorizontalAlignment.Left;
this.editControl1.StatusBarSettings.TextPanel.Panel.Text = "Note that the required fonts must be installed on your machine for EditControl to display it correctly.";

this.editControl1.LoadFile(ArabicPath);

//OR

this.editControl1.LoadFile(HebrewPath);

Please refer the sample available in the following path for more information.

http://websamples.syncfusion.com/samples/Grid.Windows/F70823/main.htm

Regards,
Srirajan



Loader.
Live Chat Icon For mobile
Up arrow icon