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, ∼2949🔥, 0💬
Popular Posts:
How to attach console to a Running Container using the "docker container exec" command? I want to ge...
How to read Atom validation errors at w3.org? If your Atom feed has errors, the Atom validator at w3...
How to add request URL Template Parameters to my Azure API operation to make it more user friendly? ...
How to install .NET Framework in Visual Studio Community 2017? I have the Visual Studio Installer in...
How to use the "@(...)" expression in Azure API Policy? The "@(...)" expression in Azure API Policy ...