Tools, FAQ, Tutorials:
EPUB 2.0 Metadata - dc:language Element
What is EPUB 2.0 Metadata "dc:language" Element?
✍: FYIcenter.com
EPUB 2.0 Metadata "dc:language" is a required metadata element
to specify the primary language of the EPUB 2.0 book.
When using "dc:language" metadata element, you should the an ISO 639 language code to specify the language. For example, the following metadata element specify that the EPUB book content is in US English:
<dc:language>en-US</dc:language>
If you want to see an example of "dc:language" metadata, you can download this EPUB 2.0 book, Row-Your-Boat-2.0.epub. Unzip it and open package.opf. You see a "dc:language" metadata element.
⇒ EPUB 2.0 Metadata - dc:creator and dc:contributor Elements
2022-04-13, ∼3610🔥, 0💬
Popular Posts:
Where to find tutorials on PHP language? I want to know how to learn PHP. Here is a large collection...
How to extend json.JSONEncoder class? I want to encode other Python data types to JSON. If you encod...
How to use the "Ctrl-p Ctrl-q" sequence to detach console from the TTY terminal of container's runni...
How to how to use matched string and groups in replacements with re.sub()? When calling the re.sub()...
How To Break a File Path Name into Parts in PHP? If you have a file name, and want to get different ...