GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
defs/glocale.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void G_init_locale (void)
 
char * G_gettext (const char *, const char *) __attribute__((format_arg(2)))
 Gets localized text. More...
 
char * G_ngettext (const char *, const char *, const char *, unsigned long int) __attribute__((format_arg(2)
 
char format_arg (3)))
 

Function Documentation

◆ format_arg()

char format_arg ( )

◆ G_gettext()

char* G_gettext ( const char *  package,
const char *  msgid 
)

Gets localized text.

Parameters
[in]package
[in]msgid
Return values
char* Pointer to string

Definition at line 63 of file locale.c.

References G_init_locale().

◆ G_init_locale()

void G_init_locale ( void  )

Definition at line 24 of file locale.c.

Referenced by G_gettext(), G_init_all(), and G_ngettext().

◆ G_ngettext()

char* G_ngettext ( const char *  ,
const char *  ,
const char *  ,
unsigned long int   
)