src/ui/gui/automake.mk: Remove yelp-check rule
[pspp] / src / libpspp / i18n.h
index 0e77444bed2b69ce733d3e1c5f1d752e8e373419..232c5dc166ec69d6e68e0c4ac1fe9d10fe6e7dae 100644 (file)
@@ -92,7 +92,7 @@ char *utf8_to_title (const char *);
        a b c d e f g h i j k l m
        n o p q r s t u v w x y z
        0 1 2 3 4 5 6 7 8 9
-       ! " # % & ' ( ) * + , - . / :
+       ! " # % & ' () * + , - . / :
        ; < = > ? [ \ ] ^ _ { | } ~
        space \a \b \r \n \t \v \f \0
 
@@ -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 */