ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1ExpressionDef Class / GetAvailableLanguages Method

In This Topic
    GetAvailableLanguages Method
    In This Topic
    Returns the list of names of available languages. These are language names which can be assigned to the Language property.
    Syntax
    'Declaration
     
    Public Function GetAvailableLanguages() As System.String()
    public System.string[] GetAvailableLanguages()

    Return Value

    An array of invariant names of available programming languages.
    See Also