Quote:
Originally Posted by abraum
is it possible to add more then one language so that breaking words works for english and german?
|
You can't set two languages at the html level ( <html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" xml:lang="de" xml:lang="en" lang="de" lang="en"> ) since this will trigger an already specified error. What you can do is to wrap the minority language segments in <span>s with the language tags though if that will help with hyphenation is outside my knowledge.