InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / SpellingLanguage Enumeration


In This Topic
    SpellingLanguage Enumeration
    In This Topic
    Specifies the main language dictionary to use to review the spelling of words, if the Spell Check engine supports multiple languages.
    Syntax
    'Declaration
     
    
    <FlagsAttribute()>
    Public Enum SpellingLanguage 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SpellingLanguage
    [Flags()]
    public enum SpellingLanguage : System.Enum 
    Members
    MemberDescription
    BrazilianPortuguesePortuguese (Brazilian).
    EnglishCanadaEnglish (Canada).
    EnglishUKEnglish (United Kingdom).
    EnglishUSEnglish (United States of America).
    FrenchFrench.
    GermanGerman.
    ItalianItalian.
    NoneNo language is defined.
    SpanishSpanish.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Productivity.SpellingLanguage

    See Also