<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Java does render RtoL, LtoR and BiDi text with consistent rules. To the
best of<br>
my recollection, it uses the user's locale to determine the dominate
direction and<br>
uses that to layout the components and text in that direction. If it
encounters<br>
text that is the opposite direction, it lays that out, word by word, in
that direction.<br>
<br>
Each of the containers has a component orientation that is governed by
the user's<br>
locale. I don't think it handles a top to bottom orientation, but just
RtoL and LtoR.<br>
<br>
So that said, I think that translating our properties files is all that
is needed to<br>
do internationalization and localization.<br>
<br>
We support the right to left for Hebrew (and other RtoL) biblical
texts. That took special effort.<br>
<br>
Mete Kural wrote:
<blockquote cite="mid20050222235328.21317.qmail@web40504.mail.yahoo.com"
 type="cite">
  <pre wrap="">Just a quick question here.

  </pre>
  <blockquote type="cite">
    <pre wrap="">We think that we 
have the foundation for internationalization already
done so it should 
probably be fairly straightforward.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Does the built-in internationalization also support
right-to-left languages out of the box?

Thanks,
Mete
_______________________________________________
jsword-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:jsword-devel@crosswire.org">jsword-devel@crosswire.org</a>
<a class="moz-txt-link-freetext" href="http://www.crosswire.org/mailman/listinfo/jsword-devel">http://www.crosswire.org/mailman/listinfo/jsword-devel</a>

  </pre>
</blockquote>
</body>
</html>