<trans-unit xml:space="preserve" id="0"> <source>Business Meeting</source> <target>Business Meeting</target> </trans-unit>
That's it! Problem
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
for a customer, I built a Power Automate flow that uploads document to Azure Blob storage and makes a HTTP POST request to the API to translate them in multiple languages. This works very well.
However, is there a way to have specific words not being translated that appear in the source document? In other words: What would I do to tell the flow to not translate e.g. the word "Business Meeting" to another language when the translation service stumbles upon this word in the source file?
I'm struggling with finding a solution for this problem.
<trans-unit xml:space="preserve" id="0"> <source>Business Meeting</source> <target>Business Meeting</target> </trans-unit>
That's it! Problem
@Tobi Thanks for the question. Is the source document contains multiple languages. Please follow the blog for Document translator.
You can upload custom glossaries to ensure that specific words and phrases translate just the way you want, or use Custom Translator to create new translation models that understand the terminology used in your own business and industry and apply them to your translated documents.
Document Translation enables users to customize translation of documents by providing custom glossaries, a custom model id built using customer translator, or both as part of the request. Such customization retains specific terminologies and provides domain specific translations in the translated documents.