View Single Post
Old 08-29-2023, 03:42 PM   #9
azimuth
Enthusiast
azimuth plays well with othersazimuth plays well with othersazimuth plays well with othersazimuth plays well with othersazimuth plays well with othersazimuth plays well with othersazimuth plays well with othersazimuth plays well with othersazimuth plays well with othersazimuth plays well with othersazimuth plays well with others
 
Posts: 33
Karma: 2538
Join Date: Aug 2023
Location: NW US
Device: none
Try removing it from the HTML pages, and placing the language identifier info inside the OPF file instead. Though we have had our epub XHTML pages similar as you now have it shown (for past epubs) while our latest epub is set as follows (verified on EpubChecker and live on Kobo).

HTML pages:
Code:
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
OPF file:
Code:
<dc:language id="language">en</dc:language>
Read this web link for help info at I.S.:
IngramSpark Help
azimuth is offline   Reply With Quote