Right to left support

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
sman317
Forum Newbie
Posts: 10
Joined: Wed Jun 01, 2005 11:47 am

Right to left support

Post by sman317 »

Hi All,

I have a site that support bidirectional text. However in some cases the the right to left text ends up as left to right.

I've narrowed this down to the fact that right to left support is not installed on the OS.

So now my question is is there a way that I can check if the OS has this feature installed, so I can let the user know if they do not have this.

Thanks.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

I'm not aware of being able to (reliably) tell if rtl is available..
User avatar
sman317
Forum Newbie
Posts: 10
Joined: Wed Jun 01, 2005 11:47 am

Post by sman317 »

Thanks feyd. I was worried about that.
Post Reply