-
Notifications
You must be signed in to change notification settings - Fork 0
class_translationserver
reduz edited this page Oct 15, 2014
·
9 revisions
####Inherits: Object ####Category: Core
Server that manages all translations. Translations can be set to it and removed from it.
- 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 ( )