Numworks Epsilon  1.4.1
Graphing Calculator Operating System
i18n.cpp
Go to the documentation of this file.
1 #include <escher/i18n.h>
2 
3 namespace I18n {
4 
5 const char * translate(Message m, Language l) {
6  return nullptr;
7 }
8 
10  return 0;
11 }
12 
13 }
14 
Definition: i18n.h:6
enum Message uint16_t enum Language uint16_t const char * translate(Message m, Language l=(Language) 0)
Definition: i18n.cpp:5
int numberOfLanguages()
Definition: i18n.cpp:9