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, ∼2993🔥, 0💬
Popular Posts:
How to access Query String parameters from "context.Request.Url.Que ry"object in Azure API Policy? Q...
How to use the JSON to XML Conversion Tool at utilities-online.info? If you want to try the JSON to ...
How to run CMD Commands in Dockerfile to change Windows Docker images? When building a new Windows i...
How to add request URL Template Parameters to my Azure API operation 2017 version to make it more us...
How to build a PHP script to dump Azure AD 2.0 Authentication Response? If you are use the Azure-AD-...