X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fi18n.h;h=232c5dc166ec69d6e68e0c4ac1fe9d10fe6e7dae;hb=bea279dad74479d86671f3acdc8c945d3ce5f2be;hp=ea16cfe0fa98dc01db0440e2f4d4cfe85863fd8a;hpb=045c554e54937f8bc6813537f864edc5c683a0a9;p=pspp diff --git a/src/libpspp/i18n.h b/src/libpspp/i18n.h index ea16cfe0fa..232c5dc166 100644 --- a/src/libpspp/i18n.h +++ b/src/libpspp/i18n.h @@ -169,4 +169,8 @@ struct encoding_category struct encoding_category *get_encoding_categories (void); size_t get_n_encoding_categories (void); +/* Return the ISO two letter code for the current LC_MESSAGES + locale category. */ +char *get_language (void); + #endif /* i18n.h */