globalization-support.html 5.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <!DOCTYPE html
  2. SYSTEM "about:legacy-compat">
  3. <html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta charset="UTF-8"><meta name="copyright" content="(C) Copyright 2018"><meta name="DC.rights.owner" content="(C) Copyright 2018"><meta name="DC.Type" content="concept"><meta name="description" content="The DITA Open Toolkit offers globalization support in the following areas: Generated text, index sorting, and bi-directional text."><meta name="DC.Relation" scheme="URI" content="../topics/globalization.html"><meta name="DC.Format" content="HTML5"><meta name="DC.Identifier" content="globalization-support"><link rel="stylesheet" type="text/css" href="../css/commonltr.css"><link rel="stylesheet" type="text/css" href="../css/dita-ot-doc.css"><title>Globalization support offered by the DITA-OT</title></head><body id="globalization-support"><header role="banner"><div class="header">
  4. <p>DITA Open Toolkit</p>
  5. <hr>
  6. </div></header><nav role="toc"><ul><li><a href="../index.html">DITA Open Toolkit 3.0</a></li><li><a href="../release-notes/index.html">Release Notes</a></li><li><a href="../topics/installing-client.html">Installing DITA-OT</a></li><li><a href="../topics/alternative-input-formats.html">Authoring formats</a></li><li><a href="../topics/building-output.html">Building output</a></li><li><a href="../parameters/index.html">Setting parameters</a></li><li><a href="../topics/extending-the-ot.html">Customizing DITA-OT</a><ul><li><a href="../topics/html-customization.html">Customizing HTML</a></li><li><a href="../topics/pdf-customization.html">Customizing PDF</a></li><li><a href="../topics/globalization.html">Globalizing DITA content</a><ul><li class="active"><a href="../topics/globalization-support.html">Globalization support</a></li><li><a href="../topics/plugin-addgeneratedtext.html">Customizing generated text</a></li><li><a href="../topics/globalization-languages.html">Supported languages</a></li></ul></li><li><a href="../topics/custom-plugins.html">Custom plug-ins</a></li><li><a href="../extension-points/plugin-extension-points.html">Extension points</a></li><li><a href="../topics/migration.html">Migrating customizations</a></li><li><a href="../topics/rebuilding-the-dita-ot-documentation.html">Rebuilding documentation</a></li></ul></li><li><a href="../topics/troubleshooting-overview.html">Troubleshooting</a></li><li><a href="../reference/index.html">Reference</a></li><li><a href="../topics/dita-and-dita-ot-resources.html">Resources</a></li></ul></nav><main role="main"><article role="article" aria-labelledby="ariaid-title1">
  7. <h1 class="title topictitle1" id="ariaid-title1">Globalization support offered by the DITA-OT</h1>
  8. <div class="body conbody"><p class="shortdesc">The DITA Open Toolkit offers globalization support in the following areas: Generated text, index sorting,
  9. and bi-directional text.</p>
  10. <div class="p">
  11. <dl class="dl">
  12. <dt class="dt dlterm">Generated text</dt>
  13. <dd class="dd"><dfn class="term">Generated text</dfn> is text that is rendered automatically in the output that is generated by the
  14. DITA-OT; this text is not located in the DITA source files. The following are examples of generated text:
  15. <ul class="ul">
  16. <li class="li">The word "Chapter" in a PDF file.</li>
  17. <li class="li">The phrases "Related concepts," "Related tasks," and "Related reference" in HTML output.</li>
  18. </ul></dd>
  19. <dt class="dt dlterm">Index sorting</dt>
  20. <dd class="dd">The DITA-OT can use only a single language to sort indexes.</dd>
  21. <dt class="dt dlterm">Bi-directional text</dt>
  22. <dd class="dd">The DITA-OT contains style sheets (CSS files) that support both left-to-right (LTR) and right-to-left
  23. (RTL) languages in HTML based transformations. PDF supports both LTR and RTL rendering based on the document
  24. language. The <code class="keyword markupname xmlatt">@dir</code> attribute can be used to override the default rendering direction.</dd>
  25. </dl>When the DITA-OT generates output, it takes the first value for the <code class="keyword markupname xmlatt">@xml:lang</code> attribute that
  26. it encounters, and then it uses that value to create generated text, perform index sorting, and determine which
  27. default CSS file is used. If no value for the <code class="keyword markupname xmlatt">@xml:lang</code> attribute is found, the toolkit defaults
  28. to US English. You can use the <a class="xref" href="../parameters/configuration-properties.html" title="The DITA-OT uses .properties files and internal properties that store configuration settings for the toolkit and its plug-ins. Configuration properties are available to both Ant and Java processes, but unlike argument properties, they cannot be set at run time.">configuration.properties</a> to change the default language.</div>
  29. </div>
  30. <nav role="navigation" class="related-links"><div class="familylinks"><div class="parentlink"><strong>Parent topic:</strong> <a class="link" href="../topics/globalization.html" title="The DITA standard supports content that is written in or translated to any language. In general, the DITA Open Toolkit passes content through to the output format unchanged. The DITA-OT uses the values for the xml:lang and dir attributes that are set in the source content to provide globalization support.">Globalizing DITA content</a></div></div></nav></article></main></body></html>