Create a SDL Trados Studio application initializer
SDL Trados Studio Integration API provides support for third-party developers to add specific initializations or functionalities at SDL Trados Studio application startup.
Creating a SDL Trados Studio application initializer
In order to create a SDL 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