True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid.Util.Localization Namespace / Language Enumeration

In This Topic
    Language Enumeration
    In This Topic
    Specifies the language to be used for localizing the control.
    Syntax
    'Declaration
     
    Public Enum Language 
       Inherits System.Enum
    public enum Language : System.Enum 
    Members
    MemberDescription
    ArabicLocalize the control to Arabic.
    ChineseLocalize the control to Chinese (simplified).
    CzechLocalize the control to Czech.
    DanishLocalize the control to Danish.
    DefaultLocalize the control to the language specified by the CurrentUICulture.
    DutchLocalize the control to Dutch.
    EnglishLocalize the control to English.
    FinnishLocalize the control to Finnish.
    FrenchLocalize the control to French.
    GermanLocalize the control to German.
    GreekLocalize the control to Greek.
    HebrewLocalize the control to Hebrew.
    ItalianLocalize the control to Italian.
    JapaneseLocalize the control to Japanese.
    NorwegianLocalize the control to Norwegian.
    PolishLocalize the control to Polish.
    PortugueseLocalize the control to Portuguese.
    RussianLocalize the control to Russian.
    SlovakLocalize the control to Slovak.
    SpanishLocalize the control to Spanish.
    SwedishLocalize the control to Swedish.
    TurkishLocalize the control to Turkish.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1TrueDBGrid.Util.Localization.Language

    See Also