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, 1455👍, 0💬
Popular Posts:
How to use "json-to-xml" Azure API Policy Statement? The "json-to-xml" Policy Statement allows you t...
How to login to Azure API Management Publisher Dashboard? If you have given access permission to an ...
How to use the XML to JSON Conversion Tool at jsonformatter.org? If you want to try the XML to JSON ...
Where to find tutorials on how to Read and Write Files in PHP? A collection of tutorials to answer m...
How To Quote Date and Time Values in SQL Statements in PHP? If you want to provide date and time val...