Creator Hub
Dashboard
Lernen
Store
Talent
Forum
Roadmap
Anmelden
Erstellen
Übersicht
Erlebnisse
Avatar
Objekte
Open Cloud
Roblox Studio hat die Mindestanforderungen an die Spezifikationen erhöht.
Mehr erfahren
Erstellen
/
Open Cloud
/
All legacy APIs
Deutsch
Feedback
Locale v1
Basis-URL
https://locale.roblox.com
JSON
Herunterladen
CountryRegions
GET
/v1
/country-regions
Get list of country regions sorted by localized name
Locale
GET
/v1
/locales
Get list of Supported locales with user locus information.
GET
/v1
/locales
/supported-locales
Get list of supported locales sorted by the Native Name property.
GET
/v1
/locales
/supported-locales-for-creators
GET
/v1
/locales
/user-locale
Gets user locale. If user is absent returns, locale from http request object.
GET
/v1
/locales
/user-localization-locus-supported-locales
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.
POST
/v1
/locales
/set-user-supported-locale
Sets user's supported locale. Null supported locale will clear out user's supported locale (set users' supported locale to null)
Modelle
Models
Roblox.Locale.Api.CountryRegion
Roblox.Locale.Api.CountryRegionListResponse
Roblox.Locale.Api.Language
Roblox.Locale.Api.SetSupportedLocaleForUserRequest
Roblox.Locale.Api.SuccessResponse
Roblox.Locale.Api.SupportedLocale
Roblox.Locale.Api.SupportedLocaleLocus
Roblox.Locale.Api.SupportedLocalesResponse
Roblox.Locale.Api.UserLocaleResponse
Roblox.Locale.Api.UserLocalizationLocusLocalesResponse
Roblox.Web.WebAPI.Models.ApiArrayResponse[Roblox.Locale.Api.SupportedLocaleLocus]