​
​
​

Gets or sets the dictionary's language.

​ Introduced: 3.0.

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 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.

​