API Help
Eplan.EplApi.Base Namespace / ISOCode Class / GetLongName Method / GetLongName(Language) Method
Language specification

In This Topic
    GetLongName(Language) Method
    In This Topic
    \Returns the full name of the language
    Syntax
    public string GetLongName( 
       ISOCode.Language lang
    )
    public:
    String^ GetLongName( 
       ISOCode.Language lang
    ) 

    Parameters

    lang
    Language specification

    Return Value

    Language code and full language name, for example: "en_US (English US)"
    See Also