Click here to Skip to main content
15,913,854 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I Have used local resources to create Multilingual website in english and arabic.
Everything working fine.
I used direction 'rtl' for arabic and 'ltr' for english , which comes from global resources file.
VB
In English: (body dir="ltr")

 |Category| Name| Age|
 |  Senior| Sant|  23|
 |   Young|  Ram|  15|

(Note: td has right alignment)
In Arabic: (body dir="rtl")
|عمر|  اسم| فئة   |
|23  |سانت | كبير |
|15  |كبش  |   شا  |

Every element is shifted further right......
Help me to construct it well
Posted
Updated 6-Jan-12 1:48am
v2

1 solution

Try this,
HTML
<body lang="ar" dir="ltr">


Here are some links that would help you further,
Documentation from W3C[^]
create-a-datapage-with-right-to-left-reading-direction[^]
http://tlt.its.psu.edu/suggestions/international/web/tips/align.html[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900