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