GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
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))) |
char format_arg | ( | 3 | ) |
char* G_gettext | ( | const char * | package, |
const char * | msgid | ||
) |
Gets localized text.
[in] | package | |
[in] | msgid |
char | * Pointer to string |
Definition at line 61 of file locale.c.
References 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().
char* G_ngettext | ( | const char * | , |
const char * | , | ||
const char * | , | ||
unsigned long int | |||
) |