Table of Contents

Property Language

Namespace
DocWright.Formats.Epub
Assembly
DocWright.Formats.Epub.dll

Language

Gets or sets the value written as dc:language. Defaults to "en".

public string Language { get; set; }

Property Value

string

Remarks

EPUB requires a language and the DOM does not carry a document-wide one — Word records language per run. A caller who knows the document's language supplies it, exactly as PDF/A makes the creation date the caller's and tagged PDF makes the language the caller's.