globalization.dita 1.2 KB

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd">
  3. <!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. -->
  4. <task id="dita-globalization" xml:lang="en-US">
  5. <title>Globalizing DITA content</title>
  6. <shortdesc>The DITA standard supports content that is written in or translated to any language. In general, DITA Open
  7. Toolkit passes content through to the output format unchanged. DITA-OT uses the values for the
  8. <xmlatt>xml:lang</xmlatt> and <xmlatt>dir</xmlatt> attributes that are set in the source content to provide
  9. globalization support. You can create custom plug-ins to support additional languages.</shortdesc>
  10. <prolog>
  11. <metadata>
  12. <keywords>
  13. <indexterm><xmlatt>dir</xmlatt></indexterm>
  14. <indexterm><xmlatt>index:lang</xmlatt></indexterm>
  15. <indexterm>languages
  16. <indexterm>supported</indexterm></indexterm>
  17. <indexterm>translating</indexterm>
  18. <indexterm>localizing</indexterm>
  19. <indexterm>globalizing</indexterm>
  20. <indexterm>strings</indexterm>
  21. </keywords>
  22. </metadata>
  23. </prolog>
  24. </task>