Reference API Roblox

Engine API

Website

Related

Reference API Roblox

LocalizationTable

Member index 22

HistoryMember
553SourceLocaleId: string
553GetContents(): string
462GetEntries(): Array
553GetString(targetLocaleId: string, key: string): string
462GetTranslator(localeId: string): Instance
573RemoveEntry(key: string, source: string, context: string): null
573RemoveEntryValue(key: string, source: string, context: string, localeId: string): null
573RemoveKey(key: string): null
573RemoveTargetLocale(localeId: string): null
573SetContents(contents: string): null
573SetEntries(entries: Variant): null
573SetEntry(key: string, targetLocaleId: string, text: string): null
573SetEntryContext(key: string, source: string, context: string, newContext: string): null
573SetEntryExample(key: string, source: string, context: string, example: string): null
573SetEntryKey(key: string, source: string, context: string, newKey: string): null
573SetEntrySource(key: string, source: string, context: string, newSource: string): null
573SetEntryValue(key: string, source: string, context: string, localeId: string, text: string): null
573SetIsExemptFromUGCAnalytics(value: bool): null
inherited from Instance
553Archivable: bool
635Capabilities: SecurityCapabilities
553ClassName: string
553Name: string
553Parent: Instance
635Sandboxed: bool
616UniqueId: UniqueId
553className: string
576AddTag(tag: string): null
573ClearAllChildren(): null
462Clone(): Instance
573Destroy(): null
486FindFirstAncestor(name: string): Instance
486FindFirstAncestorOfClass(className: string): Instance
486FindFirstAncestorWhichIsA(className: string): Instance
486FindFirstChild(name: string, recursive: bool = false): Instance
486FindFirstChildOfClass(className: string): Instance
486FindFirstChildWhichIsA(className: string, recursive: bool = false): Instance
486FindFirstDescendant(name: string): Instance
563GetActor(): Actor
486GetAttribute(attribute: string): Variant
462GetAttributeChangedSignal(attribute: string): RBXScriptSignal
631GetAttributes(): Dictionary
486GetChildren(): Objects
462GetDebugId(scopeLength: int = 4): string
486GetDescendants(): Array
486GetFullName(): string
462GetPropertyChangedSignal(property: string): RBXScriptSignal
576GetTags(): Array
576HasTag(tag: string): bool
486IsA(className: string): bool
486IsAncestorOf(descendant: Instance): bool
486IsDescendantOf(ancestor: Instance): bool
580IsPropertyModified(name: string): bool
573Remove(): null
576RemoveTag(tag: string): null
580ResetPropertyToDefault(name: string): null
573SetAttribute(attribute: string, value: Variant): null
462WaitForChild(childName: string, timeOut: double): Instance
553children(): Objects
553clone(): Instance
573destroy(): null
553findFirstChild(name: string, recursive: bool = false): Instance
553getChildren(): Objects
462isA(className: string): bool
553isDescendantOf(ancestor: Instance): bool
573remove(): null
462AncestryChanged(child: Instance, parent: Instance)
462AttributeChanged(attribute: string)
462Changed(property: string)
462ChildAdded(child: Instance)
462ChildRemoved(child: Instance)
462DescendantAdded(descendant: Instance)
462DescendantRemoving(descendant: Instance)
500Destroying()
553childAdded(child: Instance)

History 97

Members 22

GetContents

Parameters (0)
No parameters.
Returns (1)
string
This function is deprecated. It exists only for backward compatibility, and should not be used for new work. GetEntries should be used instead.

History 6

Tags: [Deprecated]

GetEntries

Parameters (0)
No parameters.
Returns (1)
Array

History 2

GetString

Parameters (2)
targetLocaleIdstring
keystring
Returns (1)
string
This function is deprecated. It exists only for backward compatibility, and should not be used for new work. GetTranslator should be used instead.

History 5

Tags: [Deprecated]

GetTranslator

Parameters (1)
localeIdstring
Returns (1)
Instance

History 2

RemoveEntry

Parameters (3)
keystring
sourcestring
contextstring
Returns (1)
null

History 3

RemoveEntryValue

Parameters (4)
keystring
sourcestring
contextstring
localeIdstring
Returns (1)
null

History 3

RemoveKey

Parameters (1)
keystring
Returns (1)
null
This function is deprecated. It exists only for backward compatibility, and should not be used for new work. RemoveEntry should be used instead.

History 7

Tags: [Deprecated]

RemoveTargetLocale

Parameters (1)
localeIdstring
Returns (1)
null

History 3

SetContents

Parameters (1)
contentsstring
Returns (1)
null
This function is deprecated. It exists only for backward compatibility, and should not be used for new work. SetEntries should be used instead.

History 7

Tags: [Deprecated]

SetEntries

Parameters (1)
entriesVariant
Returns (1)
null

History 3

SetEntry

Parameters (3)
keystring
targetLocaleIdstring
textstring
Returns (1)
null
This function is deprecated. It exists only for backward compatibility, and should not be used for new work. SetEntryValue should be used instead.

History 8

Tags: [Deprecated]

SetEntryContext

Parameters (4)
keystring
sourcestring
contextstring
newContextstring
Returns (1)
null

History 3

SetEntryExample

Parameters (4)
keystring
sourcestring
contextstring
examplestring
Returns (1)
null

History 3

SetEntryKey

Parameters (4)
keystring
sourcestring
contextstring
newKeystring
Returns (1)
null

History 3

SetEntrySource

Parameters (4)
keystring
sourcestring
contextstring
newSourcestring
Returns (1)
null

History 3

SetEntryValue

Parameters (5)
keystring
sourcestring
contextstring
localeIdstring
textstring
Returns (1)
null

History 3

SetIsExemptFromUGCAnalytics

Parameters (1)
valuebool
Returns (1)
null

History 3

SourceLocaleId

TypeDefault
stringen-us

History 5

Settings