diff -r 794a5c91c479 -r c96169444d88 ui/ui/properties.h --- a/ui/ui/properties.h Sun Apr 06 13:21:37 2014 +0200 +++ b/ui/ui/properties.h Thu Apr 10 11:37:41 2014 +0200 @@ -45,6 +45,10 @@ void ui_set_default_property(char *name, char *value); +void ui_load_locale(char *locale); + +char* uistr(char *name); + #ifdef __cplusplus } #endif