Property DefaultLanguage
DefaultLanguage
Gets or sets a fallback BCP 47 language tag used when the resolved document declares none, or null (the default) to leave the language undeclared.
public string? DefaultLanguage { get; set; }
Property Value
Remarks
The document's own declaration always wins. This is a caller's assertion for documents that declare nothing, never an inference from content.