---
title: "Gets each of a user's localization locus supported locales. A localization locus supported locale is a page (or group of pages) that
have been defined by the International team which need independent locale support.
If the user is null we will attempt to return the locales appropriate for the user's device language."
method: GET
path: "/v1/locales/user-localization-locus-supported-locales"
tags: ["Localization", "Metadata"]
---

# Gets each of a user's localization locus supported locales. A localization locus supported locale is a page (or group of pages) that
have been defined by the International team which need independent locale support.
If the user is null we will attempt to return the locales appropriate for the user's device language.

`GET /v1/locales/user-localization-locus-supported-locales`

## Response `200`

OK

- RobloxLocaleApiUserLocalizationLocusLocalesResponse — Returns available Roblox.Locale.Api.SupportedLocale models.
  - `signupAndLogin` RobloxLocaleApiSupportedLocale — Model for Supported locale
    - `id` integer — id of supported locale
    - `locale` string — locale of supported locale. Example "en-us"
    - `name` string — Name of supported locale.
    - `nativeName` string — Name of supported locale in native language. Example "English"
    - `language` RobloxLocaleApiLanguage — Model for Language
      - `id` integer — id of language
      - `name` string — name of language
      - `nativeName` string — native name of language
      - `languageCode` string — language code of language
      - `isRightToLeft` boolean — whether or not the language is read right-to-left
  - `generalExperience` RobloxLocaleApiSupportedLocale — Model for Supported locale
    - `id` integer — id of supported locale
    - `locale` string — locale of supported locale. Example "en-us"
    - `name` string — Name of supported locale.
    - `nativeName` string — Name of supported locale in native language. Example "English"
    - `language` RobloxLocaleApiLanguage — Model for Language
      - `id` integer — id of language
      - `name` string — name of language
      - `nativeName` string — native name of language
      - `languageCode` string — language code of language
      - `isRightToLeft` boolean — whether or not the language is read right-to-left
  - `ugc` RobloxLocaleApiSupportedLocale — Model for Supported locale
    - `id` integer — id of supported locale
    - `locale` string — locale of supported locale. Example "en-us"
    - `name` string — Name of supported locale.
    - `nativeName` string — Name of supported locale in native language. Example "English"
    - `language` RobloxLocaleApiLanguage — Model for Language
      - `id` integer — id of language
      - `name` string — name of language
      - `nativeName` string — native name of language
      - `languageCode` string — language code of language
      - `isRightToLeft` boolean — whether or not the language is read right-to-left
  - `showRobloxTranslations` boolean — Whether Roblox-suggested translations should be shown to the user.

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/revisions/958b2b40425d/schema)
