class_translationserver - dragonsoulz/godot GitHub Wiki
TranslationServer
####Inherits: Object ####Category: Core
Brief Description
Server that manages all translations. Translations can be set to it and removed from it.
Member Functions
- void set_locale ( String locale )
- String get_locale ( ) const
- String translate ( String arg0 ) const
- void add_translation ( Object arg0 )
- void remove_translation ( Object arg0 )
- void clear ( )