Gets or sets the hyphenation list's language.

Syntax

public System.Globalization.CultureInfo Language { get; set; }
Public Property Language() As System.Globalization.CultureInfo

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.