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, ∼3045🔥, 0💬
Popular Posts:
How to create a navigation file like navigation.xhtml for an EPUB 3.0 book? At least one navigation ...
How To Break a File Path Name into Parts in PHP? If you have a file name, and want to get different ...
How To Access a Global Variable inside a Function? in PHP? By default, global variables are not acce...
How to use the "return-response" Policy statement to build the response from scratch for an Azure AP...
How to make application release build with Visual Studio 2017? If you want to make a final release b...