I’m developing an application in C# which is intended to make some “manual” task automatic. I’m working with 2011 API version and I need to create translator package for 2009 studio version as menu item “Create Studio 2009 Project Package” does.
I’m able to create package version for 2011, but searching through Sdl.ProjectAutomation 2011 api I couldn’t find anything helpful for creating the package for the earlier version. I’ve searched through ProjectPackageCreationOptions Class or ProjectPackageCreation Class and others under all Sdl.ProjectAutomation.Core.
Am I looking in the right place? Is there any place where to set the final version for the package?
Thanks.
giorgio