Eplan Platform API
Eplan.EplApi.Base Namespace / ISOCode Class / GetAllLongNames Method
List of language names

In This Topic
    GetAllLongNames Method
    In This Topic
    Returns a list of full names of all the languages.
    Syntax
    public int GetAllLongNames( 
       ref StringCollection collLanguages
    )
    public:
    int GetAllLongNames( 
       StringCollection^% collLanguages
    ) 

    Parameters

    collLanguages
    List of language names

    Return Value

    Number of full language names (number of list entries)
    See Also