LocalizationTable é uma classe adicionada em 24 de maio de 2017. Herda Instance. É usado internamente pela Roblox para lidar com traduções de idiomas.
- 1 Propriedades
- 1.1 string DevelopmentLanguage [Oculto] [NotReplicated] [Reprovado]
- 1.2 instância Raiz [Oculto] [NotReplicated] [Reprovado]
- 1.3 string SourceLocaleId
- Funções 2
- 2.1 string GetContents() [Descontinuada]
- 2.2 Array GetEntries()
- 2.3 string GetString(string targetLocaleId, string key) [Obsoleto]
- 2.4 instância GetTranslator(string localeId)
- 2.5 vazio RemoveEntry(chave da string, fonte da string, contexto da string)
- 2.6 vazio RemoveEntryValue(chave da string, fonte da string, contexto da string, string localeId)
- 2.7 vazio RemoveKey(chave de string) [descontinuado]
- 2.8 vazio RemoveTargetLocale(string localeId)
- 2.9 vazio SetContents(conteúdo da string) [Obsoleto]
- 2.10 vazio SetEntries(Entradas variantes)
- 2.11 vazio SetEntry(string key, string targetLocaleId, string text) [Obsoleto]
- 2.12 vazio SetEntryContext(chave da string, fonte da string, contexto da string, string newContext)
- 2.13 vazio SetEntryExample(chave de string, fonte de string, contexto de string, exemplo de string)
- 2.14 vazio SetEntryKey(chave da string, fonte da string, contexto da string, nova chave da string)
- 2.15 vazio SetEntrySource(string key, string source, string string, string newSource)
- 2.16 vazio SetEntryValue(chave da string, fonte da string, contexto da string, string localeId, texto da string)
- 2.17 vazio SetIsExemptFromUGCAnalytics(valor bool)
- 3 links externos
corda DevelopmentLanguage [Oculto] [NotReplicated] [Reprovado]
|
- Categoria: Localização.
- Serialização: pode carregar apenas.
|
Instância Raiz [Oculto] [NotReplicated] [Reprovado]
|
- Categoria: Comportamento.
- Serialização: não é possível carregar ou salvar.
|
corda SourceLocaleId
|
- Categoria: Localização.
- Serialização: pode salvar e carregar.
|
corda GetContents() [Descontinuada]
|
Ordem GetEntries()
|
corda GetString(string targetLocaleId, string key) [Obsoleto]
|
Instância GetTranslator(string localeId)
|
anular RemoveEntry(chave da string, fonte da string, contexto da string)
|
anular RemoveEntryValue(chave da string, fonte da string, contexto da string, string localeId)
|
anular RemoveKey(chave de string) [descontinuado]
|
anular RemoveTargetLocale(string localeId)
|
anular SetContents(conteúdo da string) [Obsoleto]
|
anular SetEntries(Entradas variantes)
|
anular SetEntry(string key, string targetLocaleId, string text) [Obsoleto]
|
anular SetEntryContext(chave da string, fonte da string, contexto da string, string newContext)
|
anular SetEntryExample(chave de string, fonte de string, contexto de string, exemplo de string)
|
anular SetEntryKey(chave da string, fonte da string, contexto da string, nova chave da string)
|
anular SetEntrySource(string key, string source, string string, string newSource)
|
anular SetEntryValue(chave da string, fonte da string, contexto da string, string localeId, texto da string)
|
anular SetIsExemptFromUGCAnalytics(valor bool)
|
- Segurança: RobloxScriptSecurity.
|