Skip to main content
Filter by
Sorted by
Tagged with
1 vote
4 answers
914 views

I'm Loading an Hebrew (rtl) xml feed with xml Dom using eclipse android environment. When displaying the feed on TextView text is OK but numbers Displaying inverse for example : if feed (XML) ...
ZoharAdar's user avatar
  • 474
9 votes
6 answers
13k views

How can I set text direction [rtl] on load editor?
Xulfee's user avatar
  • 986
4 votes
1 answer
6k views

I use the Powerpoint Object-Model to programmatically create a presentation in PowerPoint 2007. Some of the computers on which I run my program have PowerPoint set with Hebrew as the Primary Editing ...
Arie Livshin's user avatar
4 votes
3 answers
10k views

I am developing a site where people will put their comments, in arabic. my website is built in php. does any body know a way how to add right-to- left language support to write text in english?
saadi's user avatar
  • 71
-1 votes
1 answer
1k views

i am trying to reverse the scrolling direction of Jcarousel and make it scroll from right to left. anyone knows how that is done? I attach here a link to the Jcarousel code file, perhaps this can ...
Crippletoe's user avatar
3 votes
1 answer
287 views

The following matches in Idle, but does not match when run in a method in a module file: import re re.search('\\bשלום\\b','שלום עולם',re.UNICODE) while the following matches in both cases: import re ...
Jonathan Livni's user avatar
11 votes
3 answers
347 views

How can I disable the digit substitution (for example for Hindi numerals instead of Arabic ones) for my application (native c++) completely? I want all the numbers displayed with 0123 instead of ٠١٢٣ ...
kcode's user avatar
  • 1,280
0 votes
4 answers
7k views

I am writing a forum in Python. I want to strip input containing the right-to-left mark and things like that. Suggestions? Possibly a regular expression?
rhombidodecahedron's user avatar
3 votes
1 answer
239 views

This question is relaetd to This question, on using some of the windows explorer features automatically inside a Delphi application. Is there a way to format an integer using the metrix prefixes ...
UnDiUdin's user avatar
  • 15.5k
3 votes
1 answer
3k views

The following html snippet <div dir="rtl"> test (test) </div> shows (test (test in all browsers. Why?
amartynov's user avatar
  • 4,215
3 votes
1 answer
12k views

i am trying to make an unordered list to behave in different browsers. i have a 2 level list which i am trying to display horizontally in one line. on safari and firefox everything looks good. on IE (...
Crippletoe's user avatar
14 votes
11 answers
43k views

I'm trying to hide some text inside an <li> element using CSS by setting text-indent: -999px;. For some reason this doesn't work when I set the direction of the document to "rtl" (right to left -...
Crippletoe's user avatar
5 votes
4 answers
5k views

when porting my Visual C++ project to GCC, I found out that the wchar_t datatype is 4-byte UTF-32 by default. I could override that with a compiler option, but then the whole wcs* (wcslen, wcscmp, etc....
Seva Alekseyev's user avatar
2 votes
2 answers
2k views

I have a dynamically appearing div on a page. I would like to be able to hide the div with a button at the top right corner of the div. One way I have found to do this is to use a p tag, like so: <...
smfoote's user avatar
  • 5,669
2 votes
4 answers
5k views

I was asked by an interviewer today how I would implement Arabic as a second language into a PHP web application. I talked about choosing a unicode encoding for the database and the front-end, and ...
7 votes
2 answers
11k views

I currently developing a multi-language interface for a Django project. But when I started to work on Arabic and Hebrew languages, I noticed all pages messed up after dir="rtl" to html tag (according ...
jack's user avatar
  • 18.1k
6 votes
4 answers
5k views

My application displays Hebrew text which comes from a Web Service. When a sentence contains digits (in the middle of it), the digits appear in a mirror view: 29 appears as 92, 21:45 appears as 54:12 ...
Rob's user avatar
  • 15.3k
13 votes
6 answers
15k views

Is there a CSS code that changes this text This is it to this one ti si sihT
ilhan's user avatar
  • 9,085
7 votes
4 answers
6k views

I'm struggling in creating a RTL UI in iPhone application. The framework doesn't seem to have any support for RTL languages. The only thing is the alignment inside labels, which is nice, but it ...
reflog's user avatar
  • 7,685
108 votes
11 answers
35k views

Is there any existing addon spec for markdown that includes support for RTL languages? What I'm hoping for is something like This paragraph is left to right <- This paragraph is right to left ...
Karim's user avatar
  • 18.7k
21 votes
5 answers
7k views

Trying to display a hebrew string that starts with a number, always displays the number at the end of the string like so: 1. יום שישי בבוקר but I need the number to be displayed at the right side of ...
Tiger's user avatar
  • 393
3 votes
2 answers
1k views

I see some good suggestions in SO for creating multilanguage websites in JavaScript including this article on JavaScript internationalization. However, I am finding it more difficult to determine ...
Upperstage's user avatar
  • 3,767
2 votes
1 answer
18k views

I am trying to aligning contents of a div to right edge, but I'm getting 'direction: rtl' effect (right to left), without specifying the width of the div? while keeping text direction in input fields ...
user256410's user avatar
  • 1,025
7 votes
3 answers
2k views

Let me first state what I am trying to achieve: To create a patch for the Android OS to enable it to display Arabic/Hebrew correctly. Both of these languages are Right-to-Left (RTL) and their script ...
user avatar
25 votes
5 answers
19k views

i"m trying to fint if a string starts(first letter) width an RTL language/ hebrew. any ideas?
user avatar
0 votes
2 answers
6k views

So I have created some demo code, see below. What I am seeing is that if a JScrollPane is within a JInternalFrame and component orientation is set to right-to-left, when minmising the frame, the ...
Ed .'s user avatar
  • 6,413
9 votes
4 answers
3k views

Right now if you type something in a right to left language and tap and hold, the copy and paste menu will have an extra option for changing the writing direction form "left to right" to "right to ...
Allen Bargi's user avatar
  • 15.2k
2 votes
2 answers
4k views

I am working on an arabic app for iphone 3.0. i was wondering if there is a way that i can convert the UITableViewCell to be right-to-left. I want everything to be in the opposite direction. Any ...
Adhamox's user avatar
  • 397
5 votes
1 answer
4k views

What is the appropriate way to flip an ExtJs Panel horizontally for RTL languages, Arabic, Hebrew .. etc
Huthaifa Afanah's user avatar
0 votes
1 answer
1k views

I have been asked to add support to a xml based website. I have been looking into it and have realised that it is not going to be very straight forward. The text does have english phrases in when ...
Tom's user avatar
  • 33
0 votes
3 answers
2k views

I'm trying to internationalise a Java applet and with that, support scripts which are written from right to left. I want to set up component orientations for all java components added to the view ...
Ed .'s user avatar
  • 6,413
45 votes
2 answers
36k views

I'm trying to display edges going from right to left (i.e. backwards) using dot: C <- A -> B The best I could do was: digraph { a -> b; c -> a [dir="back"]; {rank=same;c a b} } .....
Nickolay's user avatar
  • 32.5k
1 vote
1 answer
519 views

My code is generating the following error (it is supposed to make a 3D right-to-left text animation with PaperVision): [Fault] exception, information=TypeError: Error #1009: Cannot access a property ...
user avatar
11 votes
2 answers
12k views

I'm trying to generate email from my code that will read correctly for people using right-to-left-reading languages such as Arabic. My question is: what are my options for acheiving this? I am aware ...
frimkron's user avatar
  • 113
4 votes
2 answers
12k views

I'm trying to draw Arabic text onto a Bitmap for display: Bitmap img = Bitmap.createBitmap( (int) f+100, 300, Config.RGB_565); Canvas c = new Canvas(); c.setBitmap( img ); mFace = Typeface....
Casey's user avatar
  • 6,396
1 vote
2 answers
164 views

Does sIFR support RTL Languages? And if it does is there any additional configuration?
Igor Mitev's user avatar
2 votes
2 answers
2k views

What steps are required to localise a WPF application so that right to left languages are displayed correctly?
Thomas Bratt's user avatar
  • 53.1k
6 votes
2 answers
224 views

What is the accepted way for entering passwords in Hebrew / Hebrew localised installations? Should the password entry dialog be right aligned with new characters appending on the left? like this: |---...
Skizz's user avatar
  • 71.4k
4 votes
4 answers
1k views

I'm looking for Java "Faces" that supports RTL (Right To Left) user interfaces. The only library that I've checked so far is RichFaces. It seems that it doesn't support it natively. What is a good ...
ghazal's user avatar
  • 41
7 votes
5 answers
11k views

I'm working with right-to-left layouts at the moment (think Hebrew or Arabic). In RTL, the page is generally flipped horizontally. However, I can't figure out how to change the orientation of the ...
Dan Lew's user avatar
  • 87.7k
12 votes
1 answer
4k views

I need to be able to detect whether the current language my user is viewing is an RTL (Right To Left) language like Arabic, so I can include a specific CSS file in my pages. At the moment I'm just ...
spmason's user avatar
  • 4,088
2 votes
1 answer
590 views

Is it possible to switch PropertyGrid to RTL layout? Seems to be that setting RightToLeft property to Yes does not do the job. There are RtlTranslateAlignments and RtlTranslateContent methods in ...
Kirill V. Lyadvinsky's user avatar
8 votes
4 answers
4k views

I've been researching about adding Arabic localisation into our software. I understand that mirroring of some controls is essential, such as the relationship of labels and textboxes: any labels that ...
Sean R's user avatar
  • 1,519
3 votes
4 answers
10k views

WordPress is so powerful.. but yet it is so weak with RTL Languages like Arabic and Hebrew... I need to have the Front-End in Arabic and Admin area to stay in English and of course LTR.. If I use the ...
user avatar
3 votes
2 answers
3k views

I have a multiple select element. When I try to aligned the options to the right, I can't. I searched the web for many articles but I failed to find the solution.
user64282's user avatar
0 votes
1 answer
750 views

Is there a way to align text right in the delphi trayicon BaloonHint?
isa's user avatar
  • 1,085
2 votes
1 answer
483 views

I met a wired problem for a web page in IE7/8. The page configured to be dir="rtl". And divRow is made very large width so as its containing div doesn't wrap. Click the editor area, type some words, ...
Morgan Cheng's user avatar
  • 76.4k
2 votes
2 answers
657 views

We've started using TFS at work, and I'm migrating my bugs from the previous issue tracking software to TFS. All of them are written in Hebrew, a right-to-left language, but mixed with English words. ...
user avatar
1 vote
1 answer
1k views

Does YUI support rtl languages? (rtl: right to left, such as hebrew or arabic). If so, how? I want to display a MenuBar where the different menu items start near the right margin and go to the left.
flybywire's user avatar
  • 276k
6 votes
4 answers
6k views

How can i make my Java Swing GUI Components [Right To Left] for Arabic language from NetBeans Desktop Application?
user avatar

1
29 30 31 32
33