Posted by emarket-me on March 12, 2012 at 12:01pm
my site just from LTR and i want develop it to support arabic language (RTL) plz help me
my drupal version D6
thnx
my site just from LTR and i want develop it to support arabic language (RTL) plz help me
my drupal version D6
thnx
Comments
you need to enable 'Locale'
now you have Arabic support, but you need to translate the interface by importing the translation from drupal:
- go to this page "http://localize.drupal.org/translate/languages/ar" and download the translation for your drupal version.
- in your drupal website navigate to this page "admin/build/translate/import" to import the translation.
- press "choose file" and select the file that you installed before.
that's it.....
enjoy drupal
replay
thnx alot dear to interest
in this page admin/build/modules there is a lot of modules under (Multilanguage) some of them is enabled and others not i don't now which one should i enable it
about other things i was did it and the language i install it but my main problem not in language it's with (RTL ) make page layout in arabic from right to left cuz when i make it arabic it's show a bad view for arabic
thnx alot
I'm sorry It's been about 5
I'm sorry It's been about 5 days. Did you figure out the solution yet?
if your problem is just rtl maybe you can fix it using css! maybe the theme that you are using doesn't have style-rtl.css 'doesn't support rtl and you need to css it'
hi
yes
doesn't have style-rtl.css 'doesn't support rtl and you need to css it'
how i can do it support and edit this file
big thnx mate
just go to where your
just go to where your 'style.css' is and create new file called 'style-rtl.css'
inside it, write your css codes like:
html {
direction: rtl;
}
body {
direction: rtl;
}
you do know css right !!