extends Instance
Class fields
| Field | XML type | Value |
|---|---|---|
Name | string | LocalizationService |
summary | string | Provides the locale used by Roblox CoreScripts and access to the bundled CoreScript translation table. |
ExplorerOrder | string | 530 |
ExplorerImageIndex | string | 92 |
ServiceVisibility | token | 2 |
Properties
2RobloxLocaleId
string| Field | XML type | Value |
|---|---|---|
Name | string | RobloxLocaleId |
summary | string | The locale identifier used for Roblox-provided content. |
SystemLocaleId
string| Field | XML type | Value |
|---|---|---|
Name | string | SystemLocaleId |
summary | string | The locale identifier used by the local system. |
Functions
2GetCorescriptLocalizations
() → Objects| Field | XML type | Value |
|---|---|---|
Name | string | GetCorescriptLocalizations |
summary | string | Returns the bundled LocalizationTable used by CoreScripts. |
GetTranslatorForPlayer
(player: Instance) → Instance| Field | XML type | Value |
|---|---|---|
Name | string | GetTranslatorForPlayer |
summary | string | Returns a Translator for the supplied player. |
Yield functions
2GetTranslatorForLocaleAsync
(locale: string) → Instance| Field | XML type | Value |
|---|---|---|
Name | string | GetTranslatorForLocaleAsync |
summary | string | Returns a Translator for the supplied locale. |
GetTranslatorForPlayerAsync
(player: Instance) → Instance| Field | XML type | Value |
|---|---|---|
Name | string | GetTranslatorForPlayerAsync |
summary | string | Returns a Translator for the supplied player. |