Search Results for

    Show / Hide Table of Contents

    Create a Trados Studio application initializer

    Trados Studio Integration API provides support for third-party developers to add specific initializations or functionalities at Trados Studio application startup.

    Creating a Trados Studio application initializer

    In order to create a Trados Studio application initializer, a third-party developer will require the following steps:

    • Create an initialization class which implements the IApplicationInitializer interface.
    • Decorate the initialization class with the ApplicationInitializerAttribute attribute

    Creating a Trados Studio application initializer Sample

    • Improve this Doc

    On this page

    • Creating a Trados Studio application initializer
    Back to top Generated by DocFX