Tools, FAQ, Tutorials:
EPUB 3.0 Metadata - dc:language Element
What is EPUB 3.0 Metadata "dc:language" Element?
✍: FYIcenter.com
EPUB 3.0 Metadata "dc:language" is a required metadata element
to specify the primary language of the EPUB 3.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 3.0 book, Row-Your-Boat-3.0.epub. Unzip it and open package.opf. You see a "dc:language" metadata element.
⇒ EPUB 3.0 Metadata - dcterms:modified Property
2018-05-19, ∼3083🔥, 0💬
Popular Posts:
How To Read the Entire File into a Single String in PHP? If you have a file, and you want to read th...
How to Build my "sleep" Docker image from the Alpine image? I want the container to sleep for 10 hou...
Where to get the detailed description of the json_encode() Function in PHP? Here is the detailed des...
What is EPUB 2.0 Metadata "dc:publisher" and "dc:rights" elements? EPUB 2.0 Metadata "dc:publisher" ...
How to use the urllib.request.Request object to build more complex HTTP request? The urllib.request....