ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / DialogLanguage Enumeration

In This Topic
    DialogLanguage Enumeration
    In This Topic
    Specifies the language to be used when displaying the built-in spell dialog (see C1SpellDialog) and the spell commands in context-sensitive menus.
    Syntax
    'Declaration
     
    Public Enum DialogLanguage 
       Inherits System.Enum
    public enum DialogLanguage : System.Enum 
    Members
    MemberDescription
    AutomaticChoose dialog language according to the current application culture.
    ChineseShow Chinese dialog.
    DanishShow Danish dialog.
    DutchShow Dutch dialog.
    EnglishShow English dialog.
    FrenchShow French dialog.
    GermanShow German dialog.
    ItalianShow Italian dialog.
    JapaneseShow Japanese dialog.
    KoreanShow Korean dialog.
    NorwegianShow Norwegian dialog.
    PortugueseShow Portuguese dialog.
    RussianShow Russian dialog.
    SpanishShow Spanish dialog.
    SwedishShow Swedish dialog.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1SpellChecker.DialogLanguage

    See Also