InfoConnect VBA Guide
Attachmate.Reflection.Objects.Productivity Library / SpellCheck Object / MainLanguage Property
Example
In This Topic
    MainLanguage Property
    In This Topic
    Gets or sets the language of the dictionary to use if the underlying Spell Check engine supports multiple languages.
    Syntax
    expression.MainLanguage As SpellingLanguage
    where expression is a variable that represents a SpellCheck Object

    Property Value

    A SpellingLanguage value.
    Example
    Set the language used to check spelling.
    Sub SetLanguageForSpellCheck()
            ThisIbmTerminal.Productivity.SpellCheck.MainLanguage = SpellingLanguage_EnglishUS
    End Sub
    See Also