Skip to content

Commit 635a194

Browse files
committed
Add supported languages
1 parent 8117d6b commit 635a194

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

articles/communication-services/how-tos/ui-library-sdk/closed-captions.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,39 @@ If a different language is being used in the meeting, users can change the spoke
4646
- There's no default caption language set.
4747
- Change the caption language by clicking on the Captions Language button after captions have started, if translation to a different language is desired.
4848

49+
#### Supported languages
50+
51+
Azure Communication Services supports a variety of spoken languages for captions. Below is the list of supported language codes that can be used with the `setSpokenLanguage` method to set the desired language for captions:
52+
53+
- Arabic (UAE): `ar-ae`
54+
- Arabic (Saudi Arabia): `ar-sa`
55+
- Danish (Denmark): `da-dk`
56+
- German (Germany): `de-de`
57+
- English (Australia): `en-au`
58+
- English (Canada): `en-ca`
59+
- English (United Kingdom): `en-gb`
60+
- English (India): `en-IN`
61+
- English (New Zealand): `en-nz`
62+
- English (United States): `en-us`
63+
- Spanish (Spain): `es-es`
64+
- Spanish (Mexico): `es-mx`
65+
- Finnish (Finland): `fi-fi`
66+
- French (Canada): `fr-CA`
67+
- French (France): `fr-fr`
68+
- Hindi (India): `hi-in`
69+
- Italian (Italy): `it-it`
70+
- Japanese (Japan): `ja-jp`
71+
- Korean (Korea): `ko-kr`
72+
- Norwegian Bokmål (Norway): `nb-no`
73+
- Dutch (Belgium): `nl-be`
74+
- Dutch (Netherlands): `nl-nl`
75+
- Polish (Poland): `pl-pl`
76+
- Portuguese (Brazil): `pt-br`
77+
- Russian (Russia): `ru-ru`
78+
- Swedish (Sweden): `sv-se`
79+
- Chinese (China): `zh-cn`
80+
- Chinese (Hong Kong): `zh-hk`
81+
4982
## Prerequisites
5083

5184
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).

0 commit comments

Comments
 (0)