globalization-support.dita 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
  3. <!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. -->
  4. <concept id="globalization-support">
  5. <title>Globalization support offered by the DITA-OT</title>
  6. <titlealts>
  7. <navtitle>Globalization support</navtitle>
  8. </titlealts>
  9. <shortdesc>The DITA Open Toolkit offers globalization support in the following areas: Generated text, index sorting,
  10. and bi-directional text.</shortdesc>
  11. <conbody>
  12. <p>
  13. <dl>
  14. <dlentry>
  15. <dt>Generated text</dt>
  16. <dd><term>Generated text</term> is text that is rendered automatically in the output that is generated by the
  17. DITA-OT; this text is not located in the DITA source files. The following are examples of generated text:
  18. <ul>
  19. <li>The word "Chapter" in a PDF file.</li>
  20. <li>The phrases "Related concepts," "Related tasks," and "Related reference" in HTML output.</li>
  21. </ul></dd>
  22. </dlentry>
  23. <dlentry>
  24. <dt>Index sorting</dt>
  25. <dd>The DITA-OT can use only a single language to sort indexes.<draft-comment author="Kristen James Eberlein"
  26. time="11 August 2012">What does the ICU for Java provide? Does index sorting occur if ICU for Java is NOT
  27. installed?</draft-comment></dd>
  28. </dlentry>
  29. <dlentry>
  30. <dt>Bi-directional text</dt>
  31. <dd>The DITA-OT contains style sheets (CSS files) that support both left-to-right (LTR) and right-to-left
  32. (RTL) languages in HTML based transformations. PDF supports both LTR and RTL rendering based on the document
  33. language. The <xmlatt>dir</xmlatt> attribute can be used to override the default rendering direction.</dd>
  34. </dlentry>
  35. </dl>When the DITA-OT generates output, it takes the first value for the <xmlatt>xml:lang</xmlatt> attribute that
  36. it encounters, and then it uses that value to create generated text, perform index sorting, and determine which
  37. default CSS file is used. If no value for the <xmlatt>xml:lang</xmlatt> attribute is found, the toolkit defaults
  38. to US English. You can use the <xref href="../parameters/configuration-properties.dita"
  39. >configuration.properties</xref> to change the default language.</p>
  40. </conbody>
  41. </concept>