> ## Documentation Index
> Fetch the complete documentation index at: https://stars-components.js.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Function: getSupportedLanguageName()

> **getSupportedLanguageName**(`interaction`): `"id"` | `"en-US"` | `"en-GB"` | `"bg"` | `"zh-CN"` | `"zh-TW"` | `"hr"` | `"cs"` | `"da"` | `"nl"` | `"fi"` | `"fr"` | `"de"` | `"el"` | `"hi"` | `"hu"` | `"it"` | `"ja"` | `"ko"` | `"lt"` | `"no"` | `"pl"` | `"pt-BR"` | `"ro"` | `"ru"` | `"es-ES"` | `"es-419"` | `"sv-SE"` | `"th"` | `"tr"` | `"uk"` | `"vi"`

Defined in: [packages/http-framework-i18n/src/lib/utils.ts:22](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/http-framework-i18n/src/lib/utils.ts#L22)

## Parameters

### interaction

[`Interaction`](/documentation/api/http-framework-i18n/type-aliases/Interaction)

## Returns

`"id"` | `"en-US"` | `"en-GB"` | `"bg"` | `"zh-CN"` | `"zh-TW"` | `"hr"` | `"cs"` | `"da"` | `"nl"` | `"fi"` | `"fr"` | `"de"` | `"el"` | `"hi"` | `"hu"` | `"it"` | `"ja"` | `"ko"` | `"lt"` | `"no"` | `"pl"` | `"pt-BR"` | `"ro"` | `"ru"` | `"es-ES"` | `"es-419"` | `"sv-SE"` | `"th"` | `"tr"` | `"uk"` | `"vi"`
