Is there a general mechanism for determining the directionality of a locale?
 
I am using Java Servlets to create HTML pages.   Is there something that will tell me when it is appropriate to generate the HTML in right to left as opposed to left to right? 
 
At the moment it looks like I have to maintain a table of right to left locales myself.   If that is the way to go, apart from the Arabic (ar); Hebrew (he); Urdu (ur) which other locales is it appropriate to set the directionality to right-to-left?  Is there a standard document somewhere that would tell me?
 
 
Thanks in advance.
 
David Tooke
 

Reply via email to