Roblox Wiki
Advertisement
Roblox Wiki
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

  • HiddenThis property is not shown in the object browser and properties window.
  • Not replicatedThis member is not replicated across the network boundary.
  • DeprecatedThis member will be phased out and should be avoided while it is still available.
This class member is missing documentation. Create or add to its subpage at Class:LocalizationTable/DevelopmentLanguage.
  • Category: Localization.
  • Serialization: can load only.
  • Thread safety: read safe

Root: Instance

  • HiddenThis property is not shown in the object browser and properties window.
  • Not replicatedThis member is not replicated across the network boundary.
  • DeprecatedThis member will be phased out and should be avoided while it is still available.
This class member is missing documentation. Create or add to its subpage at Class:LocalizationTable/Root.
  • Category: Behavior.
  • Serialization: cannot load or save.
  • Thread safety: read safe

SourceLocaleId: string

This class member is missing documentation. Create or add to its subpage at Class:LocalizationTable/SourceLocaleId.
  • Category: Localization.
  • Serialization: can save and load.
  • Thread safety: read safe

Methods

GetContents(): string

  • DeprecatedThis member will be phased out and should be avoided while it is still available.
This class member is missing documentation. Create or add to its subpage at Class:LocalizationTable/GetContents.
  • Thread safety: unsafe

GetEntries(): Array

This class member is missing documentation. Create or add to its subpage at Class:LocalizationTable/GetEntries.
  • Thread safety: unsafe

GetString(targetLocaleId: string, key: string): string

  • DeprecatedThis member will be phased out and should be avoided while it is still available.
Parameters
NameType
targetLocaleIdstring
keystring
  • Thread safety: unsafe

GetTranslator(localeId: string): Instance

Parameters
NameType
localeIdstring
  • Thread safety: unsafe

RemoveEntry(key: string, source: string, context: string): null

Parameters
NameType
keystring
sourcestring
contextstring
  • Thread safety: unsafe

RemoveEntryValue(key: string, source: string, context: string, localeId: string): null

Parameters
NameType
keystring
sourcestring
contextstring
localeIdstring
  • Thread safety: unsafe

RemoveKey(key: string): null

  • DeprecatedThis member will be phased out and should be avoided while it is still available.
Parameters
NameType
keystring
  • Thread safety: unsafe

RemoveTargetLocale(localeId: string): null

Parameters
NameType
localeIdstring
  • Thread safety: unsafe

SetContents(contents: string): null

  • DeprecatedThis member will be phased out and should be avoided while it is still available.
Parameters
NameType
contentsstring
  • Thread safety: unsafe

SetEntries(entries: Variant): null

Parameters
NameType
entriesVariant
  • Thread safety: unsafe

SetEntry(key: string, targetLocaleId: string, text: string): null

  • DeprecatedThis member will be phased out and should be avoided while it is still available.
Parameters
NameType
keystring
targetLocaleIdstring
textstring
  • Thread safety: unsafe

SetEntryContext(key: string, source: string, context: string, newContext: string): null

Parameters
NameType
keystring
sourcestring
contextstring
newContextstring
  • Thread safety: unsafe

SetEntryExample(key: string, source: string, context: string, example: string): null

Parameters
NameType
keystring
sourcestring
contextstring
examplestring
  • Thread safety: unsafe

SetEntryKey(key: string, source: string, context: string, newKey: string): null

Parameters
NameType
keystring
sourcestring
contextstring
newKeystring
  • Thread safety: unsafe

SetEntrySource(key: string, source: string, context: string, newSource: string): null

Parameters
NameType
keystring
sourcestring
contextstring
newSourcestring
  • Thread safety: unsafe

SetEntryValue(key: string, source: string, context: string, localeId: string, text: string): null

Parameters
NameType
keystring
sourcestring
contextstring
localeIdstring
textstring
  • Thread safety: unsafe

SetIsExemptFromUGCAnalytics(value: bool): null

Parameters
NameType
valuebool
  • Security: RobloxScriptSecurity.
  • Thread safety: unsafe

Removed members

Properties

  • Contents

External links[]

Advertisement