Importing a Second Language (Spanish) Card into SDL.

We are currently trying to import English and Spanish content, for one of our products, into our SDL repository. The Spanish content does not need to be translated.

We can import the English content, as we have done in the past, using SDL's Content Importer tool. However, we understand it is not possible to create the required Spanish "cards", and hence import the data, using Content Importer. We have therefore been seeking alternative options.

After a meeting with one of our contacts at SDL we were lead to believe that the only option was to use a combination of the TranslationManagement and TranslationJob API classes. This is far from an ideal solution for us as we have had no prior use for these classes and hence have not yet implemented them.

We therefore decided to look at the DocumentObj 2.5 Create endpoint to see if that would work for us.

We had some success with this and was able to create a Spanish "card" but with what seems like a possible issue. It only succeeded after Translation Management was manually turned off for the relevant topic. This raises a number of important questions.

Is it possible to turn Translation Management off in the Create request?

If the answer to the above question is "No" does that mean it can only been done by using the TranslationManagement API class? This would in effect leave us having to create the Spanish "cards" by implementing and using the TranslationManagement and TranslationJob API classes.