FlexGrid for WinForms | ComponentOne
C1.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, PRC and Singapore).
    ChineseTraditionalLocalize the control to Chinese (traditional, Taiwan, Hong Kong, and Macao).
    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.
    HungarianLocalize the control to Hungarian.
    ItalianLocalize the control to Italian.
    JapaneseLocalize the control to Japanese.
    KoreanLocalize the control to Korean.
    NorwegianLocalize the control to Norwegian.
    PersianLocalize the control to Persian (Farsi).
    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.Util.Localization.Language

    See Also