Gets or sets the language of the dictionary to use if the underlying Spell Check engine supports multiple languages.
Set the language used to check spelling.
Sub SetLanguageForSpellCheck()
ThisIbmTerminal.Productivity.SpellCheck.MainLanguage = SpellingLanguage_EnglishUS
End Sub