• 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
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

I18N support

 
Greenhorn
Posts: 3
Google Web Toolkit IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

before integrating my product with JForum, I'd like to find out whether it supports Hebrew language.

Hebrew is somewhat 'special' I18N case (like Arabic) due to the fact that it is an RTL (Right To Left) language.

I couldn't find any explicit statement about this matter and it is a go/no go for me...

your help is appreciated,

thanks,
Dog Lee.
 
author & internet detective
Posts: 41967
911
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It doesn't come with a property file for Hebrew, but that isn't bad to add yourself.

These property files are the ones provided out of the box. Two Chinese languages are present. Which doesn't help you, but does show non ASCII characters work.

As far as right to left, this poster provided a very short css entry to change the alignment. For Arabic. But as you noted, the alignment is the same.
 
It's exactly the same and completely different as this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic