Missing API Documentation
This API Class does not have any or complete API documentation. Please add API documentation if possible.
LocalizationTable is a class added on May 24, 2017. It inherits Instance. It is used internally by Roblox to handle language translations.
Properties
DevelopmentLanguage: string
- Category: Localization.
- Serialization: can load only.
- Thread safety: read safe
SourceLocaleId: string
- Category: Localization.
- Serialization: can save and load.
- Thread safety: read safe
Methods
GetEntries(): Array
- Thread safety: unsafe
GetString(targetLocaleId: string, key: string): string
| Name | Type |
|---|---|
| targetLocaleId | string |
| key | string |
- Thread safety: unsafe
RemoveEntry(key: string, source: string, context: string): null
| Name | Type |
|---|---|
| key | string |
| source | string |
| context | string |
- Thread safety: unsafe
RemoveEntryValue(key: string, source: string, context: string, localeId: string): null
| Name | Type |
|---|---|
| key | string |
| source | string |
| context | string |
| localeId | string |
- Thread safety: unsafe
SetEntry(key: string, targetLocaleId: string, text: string): null
| Name | Type |
|---|---|
| key | string |
| targetLocaleId | string |
| text | string |
- Thread safety: unsafe
SetEntryContext(key: string, source: string, context: string, newContext: string): null
| Name | Type |
|---|---|
| key | string |
| source | string |
| context | string |
| newContext | string |
- Thread safety: unsafe
SetEntryExample(key: string, source: string, context: string, example: string): null
| Name | Type |
|---|---|
| key | string |
| source | string |
| context | string |
| example | string |
- Thread safety: unsafe
SetEntryKey(key: string, source: string, context: string, newKey: string): null
| Name | Type |
|---|---|
| key | string |
| source | string |
| context | string |
| newKey | string |
- Thread safety: unsafe
SetEntrySource(key: string, source: string, context: string, newSource: string): null
| Name | Type |
|---|---|
| key | string |
| source | string |
| context | string |
| newSource | string |
- Thread safety: unsafe
SetEntryValue(key: string, source: string, context: string, localeId: string, text: string): null
| Name | Type |
|---|---|
| key | string |
| source | string |
| context | string |
| localeId | string |
| text | string |
- Thread safety: unsafe
SetIsExemptFromUGCAnalytics(value: bool): null
| Name | Type |
|---|---|
| value | bool |
- Security: RobloxScriptSecurity.
- Thread safety: unsafe