> ## Documentation Index
> Fetch the complete documentation index at: https://notes.kodekloud.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Module Introduction

> Guide to using AI and Azure Translator for scalable multilingual translation, plus customizing domain-specific terminology and compliance considerations

This lesson focuses on translating text using AI. Building on earlier modules that covered language services—such as language detection, content summarization, entity extraction, and sentiment analysis—you will now learn how to translate text reliably and at scale.

In this lesson you will learn three practical areas that help you support global users and multilingual content:

* How AI can automatically translate text between languages to support international customers, documentation, or localized UX.
* How to use the Azure Translator service — a scalable REST API that simplifies integrating translation into apps, services, and workflows. See Microsoft documentation for details: [https://learn.microsoft.com/azure/cognitive-services/translator/](https://learn.microsoft.com/azure/cognitive-services/translator/)
* How to apply Custom Translator to customize translations for domain-specific terminology, tone, or compliance needs (for example, medical or legal translations). See Custom Translator docs: [https://learn.microsoft.com/azure/cognitive-services/translator/custom-translator/](https://learn.microsoft.com/azure/cognitive-services/translator/custom-translator/)

| Learning objective            |                                                        Practical benefit | Reference                                                                                                                                                                |
| ----------------------------- | -----------------------------------------------------------------------: | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Translate text using AI       |             Faster, consistent multilingual content for apps and support | [https://learn.microsoft.com/azure/cognitive-services/translator/](https://learn.microsoft.com/azure/cognitive-services/translator/)                                     |
| Working with Azure Translator |                     Scalable, production-ready translation APIs and SDKs | [https://learn.microsoft.com/azure/cognitive-services/translator/](https://learn.microsoft.com/azure/cognitive-services/translator/)                                     |
| Custom translation            | Domain-specific vocabulary and improved accuracy for specialized content | [https://learn.microsoft.com/azure/cognitive-services/translator/custom-translator/](https://learn.microsoft.com/azure/cognitive-services/translator/custom-translator/) |

<Callout icon="lightbulb" color="#1CB2FE">
  Tip: If you’re new to Azure Translator, start with the quickstart examples in the Microsoft docs to test basic translation flows before adding custom glossaries or deployment-specific configurations.
</Callout>

<Callout icon="warning" color="#FF6B6B">
  Warning: Translating sensitive or regulated content (PHI, PII, legal documents) may have compliance implications. Always validate privacy requirements and consider on-premises or private deployment options when handling confidential data.
</Callout>

<Frame>
  <img src="https://mintcdn.com/kodekloud-c4ac6d9a/MVK09m96KxI8SuM5/images/AI-102-Microsoft-Certified-Azure-AI-Engineer-Associate/Translating-Text/Module-Introduction/learning-objectives-translate-ai-slide.jpg?fit=max&auto=format&n=MVK09m96KxI8SuM5&q=85&s=c5de86ed68e7c4b28491e70ccfd149bd" alt="A presentation slide titled &#x22;Learning Objectives&#x22; with three numbered points: 01 Translate text using AI, 02 Working with translator service, and 03 Custom translation. The title sits on a dark vertical panel at left with a small &#x22;© Copyright KodeKloud&#x22; notice." width="1920" height="1080" data-path="images/AI-102-Microsoft-Certified-Azure-AI-Engineer-Associate/Translating-Text/Module-Introduction/learning-objectives-translate-ai-slide.jpg" />
</Frame>

By the end of this lesson, you will be confident using AI and Azure Translator to translate content across languages efficiently and accurately, and you’ll know when and how to apply custom translation to meet domain-specific requirements.

## Links and references

* Azure Translator overview: [https://learn.microsoft.com/azure/cognitive-services/translator/](https://learn.microsoft.com/azure/cognitive-services/translator/)
* Custom Translator: [https://learn.microsoft.com/azure/cognitive-services/translator/custom-translator/](https://learn.microsoft.com/azure/cognitive-services/translator/custom-translator/)

<CardGroup>
  <Card title="Watch Video" icon="video" cta="Learn more" href="https://learn.kodekloud.com/user/courses/ai-102-microsoft-certified-azure-ai-engineer-associate/module/5f79b307-e7de-415a-9d8d-82499e075c20/lesson/c1726ba0-3ae8-4b4a-af85-8d7a23ce2997" />
</CardGroup>
