The right-to-left tag has no wiki summary.
2
votes
1answer
39 views
Display dynamically generated text LTR or RTL depending on language?
I have a tricky scenario I'm dealing with while working on a site for a client. The website I am building has an English version and an Arabic version. The Arabic version of the site, of course, is ...
0
votes
1answer
31 views
Android gravity start/end has no effect on Arabic text?
Google has introduced a couple of new flags for gravity of views: specifically, start and end. I am trying to use these in my application, but they don't seem to have the desired effect in Arabic.
2 ...
1
vote
0answers
52 views
How Active Right to Left ScrollBar in DotNetBar DataGridView (Win Form) - C#
I Work With C# in Win Form.
I use DotNetBar's DataGridView (DataGridViewX) And Change RightToLeft Mode To Yes.
But Horizontal Scroll Bar for DataGridViewX Started from Left Side While Must Start ...
0
votes
2answers
65 views
Programmatically scroll UIScrollView from left to right an reverse
I tried to automatic scroll from left to right but I have not succeeded yet.
I'm evaluating the following expresion to change direction (adding or substracting pixels) but when scroll arrives to final ...
2
votes
1answer
158 views
Does Twitter Bootstrap have any RTL or i18n support?
I need to add right-to-left (RTL) support for my web site, already implemented with Twitter Bootstrap. As far as I can see, the distribution doesn't have any. Am I missing something? Are there any ...
4
votes
2answers
97 views
Right To Left Bracket display wrong
When the Label text value ends with end bracket. The result in Right to Left is wrong like example.
Text: ABC (123)
Result: (ABC (123
Expected Result: ABC (123)
Is there any solution to fix it?
1
vote
1answer
184 views
Android TextView right alignment on a right-to-left device
I am writing an app that displays in the Hebrew language and for that I am right aligning TextView's text.
While developing on a Nexus device all works great and texts are displayed as it should, ...
2
votes
1answer
102 views
Matplotlib: Writing right-to-left text (Hebrew, Arabic, etc.)
I'm trying to add some text to my plot which is RTL (in this case, Hebrew). After some work managed to get it to display the text, but it's displayed LTR (meaning, in the reverese order). I've dug ...
0
votes
1answer
53 views
Bidirectional multilanguage String conversation
Im trying to print a bidi String using SWT,Paperclips and Java.
When I Print the String to the screen - everything is OK (on Java-SWT label)
But when I try to print it with paperclips the String is ...
2
votes
2answers
70 views
printing table cells from right to left
i make a table and want the first cell to start from right instead of from left as default.
i tried changing the float attribute in css but it doesnt seem to help.
here is the code
<table ...
1
vote
2answers
80 views
Are the radio buttons and text in proper order within a Right-To-Left (rtl) HTML area?
I noticed an issue when using right-to-left-based radio buttons on the same line in HTML. The radio "button" does not line up with the associated text as I would expect; the radio for group 1 is next ...
0
votes
1answer
83 views
right to left languages and programming problems
I am creating a web text editor that uses a new language I created (like BBcode). This markup language will be in Arabic but I am facing these problems :
It's really hard to mix English and Arabic ...
2
votes
2answers
59 views
starting table cells from right to left
i am writing a hebrew webpage and i need to create a form, the thing is that i need the cells to start from right to left and not from left to right as the default, so when i press the tab button it ...
0
votes
2answers
154 views
jquery apearing nav from the left
i have been looking for this for a few hours and i can't seem to find the answer.
I'm working on an website were i want an navigation that is coming from the left when the cursor is hovering to the ...
2
votes
3answers
56 views
Right-to-left numbers in HTML
I need to format two numbers in HTML. Sometimes they are embedded in left-to-right text, sometimes in right-to-left text.
In left-to-right mode I want the numbers to appear as 1234, in right-to-left ...
2
votes
1answer
350 views
How to customize ckeditor toolbar button behavior?
In ckeditor 4.0.1 in when "text direction from left to right" toolbar button is pushed, i type hello, the generated HTML source is:
<p dir="ltr">hello</p>
how can i change this behavior ...
0
votes
2answers
164 views
Right To Left Language Bracket Reversed
I am using a StringBuilder in C# to append some text, which can be English (left to right) or Arabic (right to left)
stringBuilder.Append("(");
stringBuilder.Append(text);
stringBuilder.Append(") ");
...
2
votes
1answer
69 views
Fix a bi-lingual wrong right to left text
I hope I can explain the problem correctly!
There is a document contains some sentences in both Persian/Arabic and English in Word which is basically written in "left to right" direction and it is ...
0
votes
1answer
120 views
Running on Windows 8 caused hebrew sub menus to open to wrong direction
I have a strange issue -
RTL menu.
in Windows 7 the submenus were to open from the right side and extend to the left
in Windows 8 the submenus opens from the left side of each menu item and extend ...
5
votes
6answers
369 views
JSP internationalization
I want to create a web site which can be viewed with two languages, one LTR and one RTL. This means that all content should be shown in either of the two languages.
My framework is Spring, and I'm ...
0
votes
0answers
150 views
Problems with TextBox cutting off my font top and bottom [closed]
I am working on a C# application
I want to use custom Unicode fonts for writing in TextBox.
My problem is that the font letters do not fit into the TextBox, they get cut off at the top and bottom.
...
0
votes
0answers
47 views
addobject NSMutableArray of NSString for Persian words (right-to-left writing direction)
How do I addobject to NSMutableArray of NSString for Persian words (right-to-left writing direction)?
When I do this for text the words appear in left-to-right writing direction and are therefore ...
1
vote
1answer
78 views
Displaying RTL and LTR languages simultaneously in the same control
I'm working on a WinForms application and I have a couple of controls (in particular, a listbox and a datagridview) that will need to display a mix of RTL and LTR data simultaneously. For example, I ...
1
vote
1answer
46 views
code that does what the home button is supposed to do in a line of text
I have an arabic line with english letters in it.
Ex: أنا في abcd البيت
I opened notepad. I started writing.
What I wanted to write is I'm at abcd home but what you see now (left to right) is at I'm ...
0
votes
1answer
69 views
Arabic and other Right-to-left slugs ok?
I'm creating a multi-lingual site, where an item has a slug for each of the sites languages.
For Arabic slugs (and I assume any other right-to-left languages) it acts strange when you try to ...
1
vote
1answer
323 views
How to set cursor right to left direction in RichTextBox
I have a application that works in Hebrew. And therefore the direction of writing is from right to left.
When I open richtextbox I want the cursor will be in the right direction, ie from right to ...
0
votes
0answers
69 views
backspace and delete don't work when running a java application in mlterm
I am trying to write hebrew right to left text inside a terminal in a java program running on ubuntu 11.10. When I used the regular gnome terminal the text was reversed (left to right).
I am trying ...
1
vote
2answers
209 views
Right to Left (RTL) Tiles
Is it possible to create an Right to Left (RTL) tile for Windows 8 apps?
The tiles switch to RTL direction when one changes the windows settings but I need to force it even on non-RTL machines.
0
votes
1answer
36 views
Android RelativeLayout prob
I want to create a layout like below.
For that, I have using the code. It is ok if the textWoundTypeDetails text is small, but it the text is large, it is pushing the image away from the screen and ...
1
vote
2answers
95 views
Get writing language of “uitextview” iphone?
How can i get writing language of uitextview?
or
how can i know uitextview is right to left or left to right in current state?
8
votes
1answer
164 views
Last Harka is showing before the first character of the line in Arabic Reshaper on Android
I am using this Amazing Arabic Reshaper for my app on Android, Every thing works fine, but there is a little problem with it that it always shows last Harka (Harki) before the first character of the ...
1
vote
1answer
93 views
wavemaker 6.5 - titlebar icons on the right side?
Is there any way to set dialog titlebar icons on the right side of dialog?
I found under themes -> Panels-Dialogs -> Titlebar that titlebar icons can change to another image, but I want to set icons ...
1
vote
0answers
262 views
JMenuItem text and accelerator alignment in right to left orientation
I'm using right to left menus in a Java application.
I used this on all JMenuBar,JMenu & JMenuItem elements to make them right to left:
...
6
votes
1answer
126 views
How do I remove the last character of an R-T-L string in python?
I am trying to remove the last character of a string in a "right-to-left" language. When I do, however, the last character wraps to the beginning of the string.
e.g.
ותֵיהֶם]׃
becomes
ותֵיהֶם]
I know ...
18
votes
4answers
349 views
Effective development and maintenance of large-scale CSS for multi-language websites
Consider this scenario: You are developing a multilingual web application. If all of languages you are targeting are either LTR or RTL, you have ne need for language-specific CSS rules. However, if ...
0
votes
0answers
119 views
How to use a style sheet with RTL text in TLFTextField?
Apparently, despite the Adobe Actionscript 3.0 documentation, Flash Pro CS5.5 supports the TLFTextField.styleSheet property. But here's the rub: If assign a stylesheet to a TLFTextField that is RTL, ...
0
votes
0answers
79 views
Can right-to-left text handling be disabled in Flash TextArea so that Arabic/Hebrew glyphs are rendered left to right?
I am unhappy with the way Flash fl.controls.TextArea renders mixed English and right-to-left text. Is there a way to force the system to not recognize the Arabic/Hebrew characters as "right to left" ...
1
vote
1answer
367 views
How to use Right-to-left in Popup.MessageDialog (Metro)
I want to show Right to Left MessageDialog.
but it seems that such option does not exist.
I saw a question like this (How to center Popup in Metro style app in c#), but i think that RTL is a ...
0
votes
2answers
80 views
jQuery/JavaScript or CSS how to Re-Arrrange controls from Left To Right to Right To Left Layout?
Greetings to everyone,
I have some reports made in ASP.NET with ActiveReports, I have over 500 reports that are in English, I want to change the layout of the reports from Left To Right (English) to ...
-1
votes
1answer
235 views
How to convert LTR(left to right) properties and values in a CSS file to RTL counterparts and vice-versa
I have many CSS files that are made for websites which are left-to-right
I want to create a php function that can convert the LTR properties and values to their RTL counterparts
The reason why I ...
-2
votes
1answer
316 views
html - menu - right to left
I want to make menu that will started in right to left .
the source of the menu is here click me for the builder
I want that "home" will be first in right and after that Products ....
How can I?
0
votes
0answers
67 views
image view left with textview, buttons on his right android
I would to be able to do somethinq exactly like this :
I just need the layout.xml file.. But I've tried some RelativeLayout example, I didn't get this result..
I would make the ImageView center on ...
4
votes
2answers
138 views
Irrelevant change of button size in Right to Left orientation
I have 9 jbuttons added to jpanel and the panel added to jscrollpane and it added to jframe.
http://www.pic1.iran-forum.ir/images/up9/95426323683658592564.jpg
when i change frame orientation by:
...
8
votes
3answers
389 views
JavaScript: how to check if character is RTL?
How can I programmatically check if the browser treats some character as RTL in JavaScript?
Maybe creating some transparent DIV and looking at where text is placed?
A bit of context. Unicode 5.2 ...
0
votes
2answers
180 views
c# set ListBox to RTL
As an attempt to color text in ListBox i found this guide C# : change listbox items color (i am using windows forms application on visual studio 2012).
The code is working but the problem is that i ...
1
vote
1answer
417 views
IE9 gives an unwanted padding to DIV containing an IMG when the direction is right-to-left
I have a div element with 150px width and 1px border, inside another wrapping div. It contains an IMG item with same width, 150px. The direction of wrapping div is right-to-left (the problem occurs ...
1
vote
2answers
337 views
Make JLabel html content right-to-left
I want to change a JLabel's content direction to be right to left.
The Jlabel content is HTML and I tested all these (& none of them worked!):
...
0
votes
0answers
100 views
Right-to-left language in Blackberry
I am writing an application which requires me to identify text in arabic language and create a small progress bar that moves from right to left telling the user where exactly he is.
Two things:
1) ...
1
vote
2answers
354 views
Progress Bar in Blackberry from right to left
I am developing an application which requires me to create a progress bar moving from right to left.
I tried using GaugeField by filling startVal as 100 and then on decrementing it but I couldn't ...
0
votes
3answers
235 views
create a css Display:block that is right-to-left
i created a list of items using a display:block css propery.
the display:block property created a list of items in english that are left-to-right.
i translated the items to Hebrew, which is ...
