Raspberry Pi Weighting Control System
This project serves as a simple weighting control system, that was realized as a Bachelor Thesis
localisation.h
Go to the documentation of this file.
1 #ifndef LOCALISATION_H
2 #define LOCALISATION_H
3 
13 const char* get_localized_text(const char *key);
14 
20 int load_default_dict();
21 
28 int load_current_dict();
29 
30 #endif
const char * get_localized_text(const char *key)
Get the localized text object.
int load_default_dict()
Loads default language dictionary.
int load_current_dict()
Loads current language dictionary. This could be called with an action during runtime to change the a...