 |
stromx
0.7.0
|
17 #ifndef STROMX_RUNTIME_LOCALE_H
18 #define STROMX_RUNTIME_LOCALE_H
21 #include "stromx/runtime/Config.h"
23 #define L_(id) stromx::runtime::Locale::gettext(id, locale)
29 extern std::locale locale;
34 static std::string gettext(
const char*
const id,
const std::locale & locale);
35 static std::locale generate(
const char*
const path,
const char*
const domain);
40 #endif // STROMX_RUNTIME_LOCALE_H