mkxp-sunshine/src/i18n.h
2017-06-29 13:22:36 -03:00

14 lines
300 B
C

#ifndef I18N_H
#define I18N_H
#include "trstr.h"
void unloadLocale();
void loadLocale(const char* locale);
const char* findtext(unsigned int msgid, const char* fallback);
int getLocaleFamily();
#define LOCALE_FAMILY_LATIN 1
#define LOCALE_FAMILY_ASIAN 2
#endif /* end of include guard: I18N_H */