Thanks again to all for their input.
Quote:
Originally Posted by eschwartz
The metadata.opf in the library folders is a database backup for your books, it does not ever affect anything (except in the singular case of a calibre library Database Restore).
You want the content.opf in the ebook file, as viewed in the Editor.
|
I had not appreciated the significance (or lack of) of the metadata.opf file. Thanks for explaining that.
Quote:
Originally Posted by eschwartz
The "lang" attribute can appear anywhere at all in the (x)html. [/URL].
|
Going back to the first post, I had explained that
Quote:
I have searched "All text files for any lang codes, and the only one I can find is on the title page as follows.
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
I have also searched for a GB text string and got no hits.
|
I've just checked this again. To confirm, there are no lang attributes in the content.opf file. There is one on the title page, and as advised, I changed it from "en" to "en-US". There are none in any other xhtml files.
Yet my spell checker (with US selected as preferred variant) lists all the words as English (GB).
Just in case, there is an error in that code, the whole line from the Titlepage.xhtml file is as follows
Quote:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us">
|