Li, Hao wrote:
Hi All,
Our goal is: Create a PDF document via FOP with the language set to
English (en) at the document level.
Is there a way in Apache FOP to achieve this goal? Does the common
hyphenation property "language" applicable?
Yes you can specify language property on fo:root element, e.g.
<fo:root language="en">
<fo:layout-master-set>
...
<fo:page-sequence master-reference="a4">
...
</fo:root>
Chris
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]