Raspberry Pi Weighting Control System
This project serves as a simple weighting control system, that was realized as a Bachelor Thesis
include
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
get_localized_text
const char * get_localized_text(const char *key)
Get the localized text object.
Definition:
localisation.cpp:18
load_default_dict
int load_default_dict()
Loads default language dictionary.
Definition:
localisation.cpp:37
load_current_dict
int load_current_dict()
Loads current language dictionary. This could be called with an action during runtime to change the a...
Definition:
localisation.cpp:65
Generated by
1.9.1