創作者中心
後台
學習
商店
人才
論壇
路線圖
登入
建立
概覽
體驗
虛擬人偶
素材
Open Cloud
Roblox Studio 的最低規格要求已提升。
了解更多
建立
/
Open Cloud
/
All legacy APIs
中文(繁體)
回饋
Locale v1
基本網址
https://locale.roblox.com
JSON
下載
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)
模型
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]