1
1
---
2
2
description : Learn how to use the Calling composite on Android.
3
- author : jorgegarc
3
+ author : garchiro7
4
4
5
5
ms.author : jorgegarc
6
6
ms.date : 04/03/2022
@@ -16,20 +16,38 @@ The following table lists `CallCompositeSupportedLocale` IDs for out-of-the-box
16
16
17
17
| Language| CallCompositeSupportedLocale|
18
18
| ---------| ---------|
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
+
33
51
34
52
### Localization provider
35
53
0 commit comments