Fields
Type |
Name |
Static |
Default |
Description |
DynamicList__Translation__instance__instance |
Translations |
|
Erios.Core.Logging.DynamicList`1[Godot.Translation] |
|
Functions
AddTranslation(string,string,string)
AddTranslation(locale: string,key: string,message: string) -> nil
Type |
Name |
Description |
string |
locale |
|
string |
key |
|
string |
message |
|
GetLocales
Returns a list of all registered localizations. Additional translations or languages can be added via
Translate(string)
Translate(key: string) -> string
Type |
Name |
Description |
string |
key |
|