Hello, I was wondering if it was possible to get a reference to the calling project when using your own translation provider. What would be the starting point?
Hello, I was wondering if it was possible to get a reference to the calling project when using your own translation provider. What would be the starting point?
Yes is possible to take a reference to the calling project like this:
var projectsController = SdlTradosStudio.Application.GetController<ProjectsController>();
var currentProject = projectsController.CurrentProject;
If you have any questions do not hesitate to ask.
Kind regards,
Andrea Ghisa