blob: fbbfc24082f701bd34e4511acee5cccf9c715ef3 (
plain)
1
2
3
4
5
6
7
|
#ifndef _RCC_LOCALE_H
#define _RCC_LOCALE_H
int rccLocaleGetLanguage(char *result, const char *lv, unsigned int n);
int rccLocaleGetCharset(char *result, const char *lv, unsigned int n);
#endif /* _RCC_LOCALE_H */
|