Eplan Platform API
Eplan.EplApi.Gui Namespace / RibbonCommandInfo Class / MultiLangButtonText Property

In This Topic
    MultiLangButtonText Property
    In This Topic
    Property to get or set button text, multilanguage. If set it is used instead of normal button text. Optional parameter.
    Syntax
    public MultiLangString MultiLangButtonText {get; set;}
    public:
    property MultiLangString^ MultiLangButtonText {
       MultiLangString^ get();
       void set (    MultiLangString^ value);
    }
    See Also