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, ∼3174🔥, 0💬
Popular Posts:
How to add images to my EPUB books Images can be added into book content using the XHTML "img" eleme...
How to view API details on the Publisher Dashboard of an Azure API Management Service? You can follo...
How to use the built-in "context" object in Policy expressions? The built-in "context" object can be...
How to include additional claims in Azure AD v2.0 id_tokens? If you want to include additional claim...
How to decode the id_token value received from Google OpenID Connect authentication response? Accord...