X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fi18n.h;h=232c5dc166ec69d6e68e0c4ac1fe9d10fe6e7dae;hb=855eaf1506f0ea76a8bbfb3bbfd456524f4edeca;hp=ea16cfe0fa98dc01db0440e2f4d4cfe85863fd8a;hpb=96994a54e60e9c95b8bba54c2281acf7059b1203;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 */