21 #ifndef __EDELIB_NLS_H__
22 #define __EDELIB_NLS_H__
24 #include "edelib-global.h"
32 # ifdef USE_EDELIB_GETTEXT_DOMAIN
33 # define _(s) dgettext("edelib", s)
35 # define _(s) gettext(s)
38 # define textdomain(domain) ((const char*)domain)
39 # define bindtextdomain(domain, dir) ((const char*)dir)
40 # define bind_textdomain_codeset(domain, codeset) ((const char*)codeset)
void nls_locale_from_c(char *old)
char * nls_locale_to_c(void)
void nls_support_init(const char *appname, const char *dir)