View Single Post
Old 03-18-2016, 11:53 PM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,377
Karma: 27230406
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
You need to talk to the aldiko developer. EPUB reading system need to use the language spedified in the opf file when it is not specified in the html file.

In any case if you want to have that attribute in the epub file, you can either add the lang attribute to the input html file, or just open the epub file in the calibre editor and add the lang attribute yourself.

You can also use the search and replace feature in the conversion dialog to replace

<html

by

<html lang="whatever"
kovidgoyal is offline   Reply With Quote