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
4RobloxLocaleId
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. |
RobloxForcePlayModeRobloxLocaleId
string| Field | XML type | Value |
|---|---|---|
Name | string | RobloxForcePlayModeRobloxLocaleId |
IsTextScraperRunning
bool| Field | XML type | Value |
|---|---|---|
Name | string | IsTextScraperRunning |
Browsable | bool | false |
Functions
4GetCorescriptLocalizations
() → 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. |
StartTextScraper
() → void| Field | XML type | Value |
|---|---|---|
Name | string | StartTextScraper |
StopTextScraper
() → void| Field | XML type | Value |
|---|---|---|
Name | string | StopTextScraper |
Yield functions
4PromptExportToCSVs
() → void| Field | XML type | Value |
|---|---|---|
Name | string | PromptExportToCSVs |
PromptImportFromCSVs
() → void| Field | XML type | Value |
|---|---|---|
Name | string | PromptImportFromCSVs |
GetTranslatorForLocaleAsync
(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. |