Eplan Platform API
Eplan.EplApi.Base Namespace / MultiLangString Class / GetString Method
Language code ISOCode.Language for the language to be returned.

In This Topic
    GetString Method (MultiLangString)
    In This Topic
    Returns the string in the requested language
    Syntax
    public string GetString( 
       ISOCode.Language lang
    )
    public:
    String^ GetString( 
       ISOCode.Language lang
    ) 

    Parameters

    lang
    Language code ISOCode.Language for the language to be returned.

    Return Value

    String in the requested language.
    See Also