

# Set languages
<a name="ai-agent-configure-language-support"></a>

Agents can ask for assistance in the [language](supported-languages.md#supported-languages-contact-lens) of your choice when you set the locale on Connect AI agents. Connect AI agents then provide answers and recommended step-by-step guides in that language.

**To set the locale**

1. On the AI agent builder page, use the Locale dropdown menu to choose your locale.

1. Choose **Save**, and then choose **Publish** to create a version of the AI agent.

## CLI command to set the locale
<a name="cli-set-qic-locale"></a>

Use the following sample AWS CLI command to set the locale of a **Manual search** AI agent.

```
{
    ...
    "configuration": {
        "manualSearchAIAgentConfiguration": {
            ...
            "locale": "es_ES"
        }
    },
    ...
}
```

## Supported locale codes
<a name="supported-locale-codes-q"></a>

Connect AI agents support the following locales for agent assistance:
+  Afrikaans (South Africa) / af\$1ZA 
+  Arabic (General) / ar 
+  Arabic (United Arab Emirates, Gulf) / ar\$1AE 
+  Armenian (Armenia) / hy\$1AM 
+  Bulgarian (Bulgaria) / bg\$1BG 
+  Catalan (Spain) / ca\$1ES 
+  Chinese (China, Mandarin) / zh\$1CN 
+  Chinese (Hong Kong, Cantonese) / zh\$1HK 
+  Czech (Czech Republic) / cs\$1CZ 
+  Danish (Denmark) / da\$1DK 
+  Dutch (Belgium) / nl\$1BE 
+  Dutch (Netherlands) / nl\$1NL 
+  English (Australia) / en\$1AU 
+  English (India) / en\$1IN 
+  English (Ireland) / en\$1IE 
+  English (New Zealand) / en\$1NZ 
+  English (Singapore) / en\$1SG 
+  English (South Africa) / en\$1ZA 
+  English (United Kingdom) / en\$1GB 
+  English (United States) / en\$1US 
+  English (Wales) / en\$1CY 
+  Estonian (Estonia) / et\$1EE 
+  Farsi (Iran) / fa\$1IR 
+  Finnish (Finland) / fi\$1FI 
+  French (Belgium) / fr\$1BE 
+  French (Canada) / fr\$1CA 
+  French (France) / fr\$1FR 
+  Gaelic (Ireland) / ga\$1IE 
+  German (Austria) / de\$1AT 
+  German (Germany) / de\$1DE 
+  German (Switzerland) / de\$1CH 
+  Hebrew (Israel) / he\$1IL 
+  Hindi (India) / hi\$1IN 
+  Hmong (General) / hmn 
+  Hungarian (Hungary) / hu\$1HU 
+  Icelandic (Iceland) / is\$1IS 
+  Indonesian (Indonesia) / id\$1ID 
+  Italian (Italy) / it\$1IT 
+  Japanese (Japan) / ja\$1JP 
+  Khmer (Cambodia) / km\$1KH 
+  Korean (South Korea) / ko\$1KR 
+  Lao (Laos) / lo\$1LA 
+  Latvian (Latvia) / lv\$1LV 
+  Lithuanian (Lithuania) / lt\$1LT 
+  Malay (Malaysia) / ms\$1MY 
+  Norwegian (Norway) / no\$1NO 
+  Polish (Poland) / pl\$1PL 
+  Portuguese (Brazil) / pt\$1BR 
+  Portuguese (Portugal) / pt\$1PT 
+  Romanian (Romania) / ro\$1RO 
+  Russian (Russia) / ru\$1RU 
+  Serbian (Serbia) / sr\$1RS 
+  Slovak (Slovakia) / sk\$1SK 
+  Slovenian (Slovenia) / sl\$1SI 
+  Spanish (Mexico) / es\$1MX 
+  Spanish (Spain) / es\$1ES 
+  Spanish (United States) / es\$1US 
+  Swedish (Sweden) / sv\$1SE 
+  Tagalog (Philippines) / tl\$1PH 
+  Thai (Thailand) / th\$1TH 
+  Turkish (Turkey) / tr\$1TR 
+  Vietnamese (Vietnam) / vi\$1VN 
+  Welsh (United Kingdom) / cy\$1GB 
+  Xhosa (South Africa) / xh\$1ZA 
+  Zulu (South Africa) / zu\$1ZA 