Skip to content

Commit 6462082

Browse files
author
Jill Grant
authored
Merge pull request #267581 from cdpark/howto-resources-translation
User Story 201187: Q&M: Freshness pass for Immersive Reader -- "How to" resources translation
2 parents e35e3ab + 04d5536 commit 6462082

File tree

2 files changed

+164
-160
lines changed

2 files changed

+164
-160
lines changed

articles/ai-services/immersive-reader/how-to-configure-translation.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: "Configure translation"
2+
title: Configure translation in Immersive Reader
33
titleSuffix: Azure AI services
4-
description: This article will show you how to configure the various options for translation.
5-
author: rwallerms
4+
description: Learn how to configure the various Immersive Reader options for translation.
5+
author: sharmas
66
manager: nitinme
77

88
ms.service: azure-ai-immersive-reader
99
ms.topic: how-to
10-
ms.date: 01/06/2022
11-
ms.author: rwaller
10+
ms.date: 02/27/2024
11+
ms.author: sharmas
1212
---
1313

1414
# How to configure Translation
@@ -17,7 +17,7 @@ This article demonstrates how to configure the various options for Translation i
1717

1818
## Configure Translation language
1919

20-
The `options` parameter contains all of the flags that can be used to configure Translation. Set the `language` parameter to the language you wish to translate to. See the [Language Support](./language-support.md) for the full list of supported languages.
20+
The `options` parameter contains all of the flags that can be used to configure Translation. Set the `language` parameter to the language you wish to translate to. For the full list of supported languages, see [Language support](language-support.md).
2121

2222
```typescript
2323
const options = {
@@ -31,7 +31,7 @@ ImmersiveReader.launchAsync(YOUR_TOKEN, YOUR_SUBDOMAIN, YOUR_DATA, options);
3131

3232
## Automatically translate the document on load
3333

34-
Set `autoEnableDocumentTranslation` to `true` to enable automatically translating the entire document when the Immersive Reader loads.
34+
Set `autoEnableDocumentTranslation` to `true` to enable automatic translation of the entire document when the Immersive Reader loads.
3535

3636
```typescript
3737
const options = {
@@ -41,7 +41,7 @@ const options = {
4141
};
4242
```
4343

44-
## Automatically enable word translation
44+
## Enable automatic word translation
4545

4646
Set `autoEnableWordTranslation` to `true` to enable single word translation.
4747

@@ -53,6 +53,7 @@ const options = {
5353
};
5454
```
5555

56-
## Next steps
56+
## Next step
5757

58-
* Explore the [Immersive Reader SDK Reference](./reference.md)
58+
> [!div class="nextstepaction"]
59+
> [Explore the Immersive Reader SDK reference](reference.md)

0 commit comments

Comments
 (0)