Hi Ryan,
Thank you for contacting Q&A Forum.
To translate your .xliff file using Azure Translator, I recommend following the batch translation instructions provided in the Azure Document Translation Quickstart. This guide will walk you through the process of asynchronously translating documents using the REST API.
Here are the key steps:
Set Up Your Environment: Ensure your Translator resource and Blob Storage account are correctly configured. You should have source and target containers in your Blob Storage.
Prepare Your Request: Use the REST API to create a translation request. This involves specifying the source and target container URLs, along with the language you want to translate to.
Submit the Translation Request: Send the request to the Document Translation API endpoint. The API will process the translation asynchronously.
Monitor the Translation Status: Check the status of your translation request to see when it completes. You can retrieve the translated documents from the target container once the translation is done.
If I have answered your question, please accept this answer as a token of appreciation and don't forget to give a thumbs up for "Was it helpful"!
Best Regards,