0

Help needed for developing the pandoc tool, namely ODT generation -- https://github.com/jgm/pandoc/issues/1667#issuecomment-310770083:

Does anyone know what needs to be done to set the document language in ODT?

imz -- Ivan Zakharyaschev
  • 4,921
  • 6
  • 53
  • 104

1 Answers1

1

The German Wikipedia entry for OpenDocument has an example[1] for explaining the ODT format. In the meta.xml file there, you can see the language specified (as German) by

        <dc:language>de-DE</dc:language>

...hope that helps.


[1] Permanent link: https://de.wikipedia.org/w/index.php?title=OpenDocument&oldid=166672125#meta.xml-Datei

Wolf
  • 9,679
  • 7
  • 62
  • 108