Language.ActiveHyphenationDictionary Property
Returns a Dictionary object that represents the active hyphenation dictionary for the specified language.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property ActiveHyphenationDictionary As Dictionary
Get
'Usage
Dim instance As Language
Dim value As Dictionary
value = instance.ActiveHyphenationDictionary
Dictionary ActiveHyphenationDictionary { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Dictionary
Remarks
If there's no hyphenation dictionary installed for the specified language, this property returns Nothing.