- addTranslation
void addTranslation(Translation translation)
- clear
void clear()
- getLocale
String getLocale()
- getLocaleName
String getLocaleName(StringArg0 locale)
- opAssign
TranslationServerSingleton opAssign(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(TranslationServerSingleton other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(typeof(null) n)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeTranslation
void removeTranslation(Translation translation)
- setLocale
void setLocale(StringArg0 locale)
- translate
String translate(StringArg0 message)
Server that manages all translations. Translations can be set to it and removed from it.