Custom translator train more than one language at time and api

klaussi 0 Reputation points
2025-09-01T11:23:36.37+00:00

Hi.

I use custom translator for translate company specific content. When i upload documents to he custom translator, i can only uplaod one language pair at a time. Is it possible to upload more than one document with more than one language.

Another question, have azure custom translator any api, i can't find any documentation

Azure AI Translator
Azure AI Translator
An Azure service to easily conduct machine translation with a simple REST API call.
{count} votes

1 answer

Sort by: Most helpful
  1. SRILAKSHMI C 8,545 Reputation points Microsoft External Staff Moderator
    2025-09-02T05:49:14.11+00:00

    Hello klaussi,
    In Azure Custom Translator, you can upload training data for one language pair at a time. However, you can also create a single project that supports multiple languages by enabling the multilingual option during project setup. In this case, once you train your model in a primary language, you can start querying it using other supported languages. If performance is not optimal, you may need to add additional documents for those languages to improve results.

    For scenarios requiring multiple translation directions (e.g., English–German and English–Danish) without multilingual setup, you will need to create a separate project for each pair. Within each project, you can still upload multiple datasets (parallel, monolingual, or dictionary files) as long as they match the project’s language pair.

    Azure Custom Translator also provides a REST API that allows programmatic access. This API lets you automate tasks such as uploading datasets, training models, checking status, and deploying models, as well as integrate your custom models directly into your applications. Once deployed, your custom model can be accessed through the standard Azure Translator Text API using the category parameter.

    Please refer this Custom Translator documentation.

    I Hope this helps. Do let me know if you have any further queries.


    If this answers your query, please do click Accept Answer and Yes for was this answer helpful.

    Thank you!

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.