Eplan Platform API
Eplan.EplApi.Base Namespace / MultiLangString Class / GetStringToDisplay Method
Language to be returned

In This Topic
    GetStringToDisplay Method
    In This Topic
    Returns the string that is to be displayed in accordance with the passed language. This may be the string saved for this language or, if there is no such string, a language-independent string.
    Syntax
    public string GetStringToDisplay( 
       ISOCode.Language lang
    )
    public:
    String^ GetStringToDisplay( 
       ISOCode.Language lang
    ) 

    Parameters

    lang
    Language to be returned

    Return Value

    Returns the string in the requested language
    See Also