ActiveHyphenationDictionary Property Example

This example displays the full path and file name of the active hyphenation dictionary.

myLang = Selection.LanguageID
Set myHyph = Languages(myLang).ActiveHyphenationDictionary
MsgBox myHyph.Path & Application.PathSeparator & myHyph.Name