Remarks
The property is automatically set, if the name of the hyphenation dictionary file contains language specific information (e.g. "hyph_en.dic" for English or "hyph_de_CH.dic" for German (Switzerland)). Otherwise, the property returns null.
Gets or sets the hyphenation list's language.
public System.Globalization.CultureInfo Language { get; set; }
Public Property Language() As System.Globalization.CultureInfo
The property is automatically set, if the name of the hyphenation dictionary file contains language specific information (e.g. "hyph_en.dic" for English or "hyph_de_CH.dic" for German (Switzerland)). Otherwise, the property returns null.