• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

Arabic Enabled

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear all.

I am new to this forum, and I am wonder if any one interested in Arabic translation, if so, I hope we can work together to finish this issue. :P

BR

Talal
[originally posted on jforum.net by traheem]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

traheem wrote:Dear all.

I am new to this forum, and I am wonder if any one interested in Arabic translation, if so, I hope we can work together to finish this issue. :P

BR

Talal




Yes, I'm interested in it. What's the status of your work?


Pino
[originally posted on jforum.net by Pino.OW]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi pino,

i'm currently translating the language properties file to arabic (1/3 already done and should be done by the next week end). but i think that would not be enough as arabic (and other languages such as hebrew) are written from right to left. so is the ability to chose the page orientation enabled in jforum or not ?
[originally posted on jforum.net by indepthsight]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

indepthsight wrote:hi pino,
... arabic (and other languages such as hebrew) are written from right to left. so is the ability to chose the page orientation enabled in jforum or not ?



It is possible. In the arabic specific css (e.g. ar_AE.css) which you create, add this class -

body{
direction: rtl
}

That will change everything from right to left.
[originally posted on jforum.net by dandy]
 
reply
    Bookmark Topic Watch Topic
  • New Topic