[]
Gets or sets the default natural language for all text in the document.
A language identifier shall either be the empty text string, to indicate that the language is unknown, or a Language-Tag as defined in RFC 3066, Tags for the Identification of Languages.
public string Language { get; set; }
Public Property Language As String