Skip to content

Commit 7e7adb7

Browse files
authored
Merge pull request #274167 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 25b64bd + f1a6e9f commit 7e7adb7

File tree

2 files changed

+34
-16
lines changed

2 files changed

+34
-16
lines changed

articles/communication-services/how-tos/ui-library-sdk/includes/localization/android.md

Lines changed: 33 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Learn how to use the Calling composite on Android.
3-
author: jorgegarc
3+
author: garchiro7
44

55
ms.author: jorgegarc
66
ms.date: 04/03/2022
@@ -16,20 +16,38 @@ The following table lists `CallCompositeSupportedLocale` IDs for out-of-the-box
1616

1717
|Language| CallCompositeSupportedLocale|
1818
|---------|---------|
19-
|German| `CallCompositeSupportedLocale.DE`|
20-
|Japanese| `CallCompositeSupportedLocale.JA`|
21-
|English| `CallCompositeSupportedLocale.EN_US`|
22-
|Chinese (Traditional)| `CallCompositeSupportedLocale.ZH_TW`|
23-
|Spanish |`CallCompositeSupportedLocale.ES`|
24-
|Chinese (Simplified) |`CallCompositeSupportedLocale.ZH_CN`|
25-
|Italian |`CallCompositeSupportedLocale.IT`|
26-
|English (United Kingdom) |`CallCompositeSupportedLocale.EN_UK`|
27-
|Korean |`CallCompositeSupportedLocale.KO`|
28-
|Turkish |`CallCompositeSupportedLocale.TR`|
29-
|Russian |`CallCompositeSupportedLocale.RU`|
30-
|French |`CallCompositeSupportedLocale.FR`|
31-
|Dutch |`CallCompositeSupportedLocale.NL`|
32-
|Portuguese |`CallCompositeSupportedLocale.PT_BR`|
19+
| Arabic (Saudi Arabia) | `CallCompositeSupportedLocale.AR_SA` |
20+
| German (Germany) | `CallCompositeSupportedLocale.DE_DE` |
21+
| English (US) | `CallCompositeSupportedLocale.EN_US` |
22+
| English (UK) | `CallCompositeSupportedLocale.EN_UK` |
23+
| Spanish (Spain) | `CallCompositeSupportedLocale.ES_ES` |
24+
| Spanish | `CallCompositeSupportedLocale.ES` |
25+
| Finnish (Finland) | `CallCompositeSupportedLocale.FI_FI` |
26+
| French (France) | `CallCompositeSupportedLocale.FR_FR` |
27+
| French | `CallCompositeSupportedLocale.FR` |
28+
| Hebrew (Israel) | `CallCompositeSupportedLocale.IW_IL` |
29+
| Italian (Italy) | `CallCompositeSupportedLocale.IT_IT` |
30+
| Italian | `CallCompositeSupportedLocale.IT` |
31+
| Japanese (Japan) | `CallCompositeSupportedLocale.JA_JP` |
32+
| Japanese | `CallCompositeSupportedLocale.JA` |
33+
| Korean (Korea) | `CallCompositeSupportedLocale.KO_KR` |
34+
| Korean | `CallCompositeSupportedLocale.KO` |
35+
| Dutch (Netherlands) | `CallCompositeSupportedLocale.NL_NL` |
36+
| Dutch | `CallCompositeSupportedLocale.NL` |
37+
| Norwegian (Bokmål) | `CallCompositeSupportedLocale.NB_NO` |
38+
| Polish (Poland) | `CallCompositeSupportedLocale.PL_PL` |
39+
| Polish | `CallCompositeSupportedLocale.PL` |
40+
| Portuguese (Brazil) | `CallCompositeSupportedLocale.PT_BR` |
41+
| Portuguese | `CallCompositeSupportedLocale.PT` |
42+
| Russian (Russia) | `CallCompositeSupportedLocale.RU_RU` |
43+
| Russian | `CallCompositeSupportedLocale.RU` |
44+
| Swedish (Sweden) | `CallCompositeSupportedLocale.SV_SE` |
45+
| Turkish (Turkey) | `CallCompositeSupportedLocale.TR_TR` |
46+
| Turkish | `CallCompositeSupportedLocale.TR` |
47+
| Chinese (Simplified) | `CallCompositeSupportedLocale.ZH_CN` |
48+
| Chinese (Traditional) | `CallCompositeSupportedLocale.ZH_TW` |
49+
| Chinese | `CallCompositeSupportedLocale.ZH` |
50+
3351

3452
### Localization provider
3553

articles/virtual-machines/vm-boot-optimization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ Optimization for the following images is supported:
3030
| Partition | MBR/GPT |
3131
| Hyper-V | Gen1/Gen2 |
3232
| OS State | Generalized |
33+
| Architecture | X64, ARM64 |
3334

3435
The following types of images aren't supported:
3536

3637
* Images with size greater than 2 TB
37-
* ARM64 images
3838
* Specialized images
3939

4040

0 commit comments

Comments
 (0)