Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
4answers
1k views

Right to Left UI in iPhone (Hebrew)

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 ...
4
votes
1answer
478 views

Is there any way to detect an RTL language in .NET?

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 ...
3
votes
1answer
833 views

Android 2.3 Hebrew Support in Webview

I have testing an app I ported to 2.3 on the Android 2.3 emulator, the app includes Hebrew strings displayed in a WebView required solving three problems: Telling webview to use hebrew fonts (see my ...
3
votes
1answer
210 views

Is there any way to detect an RTL language in Java?

I need to be able to detect whether the current language my user is viewing is an RTL (Right To Left) language like Arabic. At the moment I'm just detecting this based on the language code from the ...
2
votes
1answer
226 views

Scroll view to left in android app

in my app i have place a text view in the middle of the layout and when i scroll screen to left i want to show the google maps. So far i am showing the google aps by ontouch method. how to perform ...
2
votes
2answers
1k views

Right to Left Alignment for UITableView

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 ...
2
votes
3answers
596 views

Right-to-Left Email

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 ...
1
vote
1answer
335 views

How can I use .Net system.drawing.drawstring to write right-to-left string (project is a dll)?

Hi I need to create a bitmap file from an string, currently I'm using Bitmap b = new Bitmap(106, 21); Font f = new Font("Tahoma",5 ); StringFormat sf = new StringFormat(); int faLCID = ...
1
vote
1answer
458 views

right-to-left unordered list

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 ...
1
vote
1answer
254 views

PropertyGrid RTL support

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 ...
0
votes
2answers
18 views

detect un-english formats

i am working with a winform application , and in the richbox_textchange i would like to detect whether the entered text is English or not because if it is english i`ll perform LeftToRight typing else ...
0
votes
2answers
2k views

JScrollPanes in JInternalFrames for right to left component orientations - Java bug?

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 ...
0
votes
3answers
598 views

Listening to all JInternalFrame events - Java

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 ...
0
votes
2answers
580 views

How to localise WPF application so that right to left languages are displayed correctly?

What steps are required to localise a WPF application so that right to left languages are displayed correctly?