This site is inactive!

This site is no longer kept up to date. It has been superseded by the Roblox API Reference. Please update your bookmarks.

Members

Properties

Property Type History
Contents string (−0.304)
SourceLocaleId string (+0.318)
DevelopmentLanguage string
Root Class:Instance

Functions

Returns Function History
Array GetEntries ( ) (+0.304)
Instance GetTranslator ( string localeId ) (+0.319)
void RemoveEntry ( string key, string source, string context ) (+0.326)
void RemoveEntryValue ( string key, string source, string context, string localeId ) (+0.326)
void RemoveTargetLocale ( string localeId ) (+0.326)
void SetEntries ( Variant entries ) (+0.322)
void SetEntryContext ( string key, string source, string context, string newContext ) (+0.326)
void SetEntryExample ( string key, string source, string context, string example ) (+0.326)
void SetEntryKey ( string key, string source, string context, string newKey ) (+0.326)
void SetEntrySource ( string key, string source, string context, string newSource ) (+0.326)
void SetEntryValue ( string key, string source, string context, string localeId, string text ) (+0.326)
void SetIsExemptFromUGCAnalytics ( bool value ) (+0.337)
string GetContents ( ) (+0.304)
string GetString ( string targetLocaleId, string key )
void RemoveKey ( string key ) (+0.304)
void SetContents ( string contents ) (+0.304)
void SetEntry ( string key, string targetLocaleId, string text ) (+0.304)

YieldFunctions

  • 1 yieldfunction inherited from Instance

Events

Property Descriptions

string LocalizationTable.Contents

Version History:(−0.304)

Tags: hidden

string LocalizationTable.SourceLocaleId

Version History:(+0.318)

string LocalizationTable.DevelopmentLanguage

Deprecated: This member is deprecated.

Tags: hidden

Class:Instance LocalizationTable.Root

Deprecated: This member is deprecated.

Tags: hidden

Function Descriptions

ArrayLocalizationTable.GetEntries ( )

Version History:(+0.304)

InstanceLocalizationTable.GetTranslator ( string localeId )

Version History:(+0.319)

voidLocalizationTable.RemoveEntry ( string key, string source, string context )

Version History:(+0.326)

voidLocalizationTable.RemoveEntryValue ( string key, string source, string context, string localeId )

Version History:(+0.326)

voidLocalizationTable.RemoveTargetLocale ( string localeId )

Version History:(+0.326)

voidLocalizationTable.SetEntries ( Variant entries )

Version History:(+0.322)

voidLocalizationTable.SetEntryContext ( string key, string source, string context, string newContext )

Version History:(+0.326)

voidLocalizationTable.SetEntryExample ( string key, string source, string context, string example )

Version History:(+0.326)

voidLocalizationTable.SetEntryKey ( string key, string source, string context, string newKey )

Version History:(+0.326)

voidLocalizationTable.SetEntrySource ( string key, string source, string context, string newSource )

Version History:(+0.326)

voidLocalizationTable.SetEntryValue ( string key, string source, string context, string localeId, string text )

Version History:(+0.326)

voidLocalizationTable.SetIsExemptFromUGCAnalytics ( bool value )

Version History:(+0.337)

Tags: RobloxScriptSecurity

stringLocalizationTable.GetContents ( )

Version History:(+0.304)

Deprecated: This member is deprecated.

stringLocalizationTable.GetString ( string targetLocaleId, string key )

Deprecated: This member is deprecated.

voidLocalizationTable.RemoveKey ( string key )

Version History:(+0.304)

Deprecated: This member is deprecated.

voidLocalizationTable.SetContents ( string contents )

Version History:(+0.304)

Deprecated: This member is deprecated.

voidLocalizationTable.SetEntry ( string key, string targetLocaleId, string text )

Version History:(+0.304)

Deprecated: This member is deprecated.

Inherits: