API Help
Eplan.EplApi.DataModel Namespace / PathInfo Class / Translations Property

In This Topic
    Translations Property
    In This Topic
    Returns default Translations directory.
    Syntax
    public string Translations {get;}
    public:
    property String^ Translations {
       String^ get();
    }

    Property Value

    string: default Translations directory
    Exceptions
    ExceptionDescription
    Exception is thrown when the directory cannot be obtained from settings.
    See Also