GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
locale.c File Reference

GIS Library - Functions to handle locale. More...

#include <grass/config.h>
#include <stdlib.h>
#include <string.h>
#include <locale.h>
#include <grass/glocale.h>
Include dependency graph for locale.c:

Go to the source code of this file.

Functions

char * G_gettext (const char *package, const char *msgid)
 Gets localized text. More...
 

Detailed Description

GIS Library - Functions to handle locale.

(C) 2001-2008 by the GRASS Development Team

This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.

Author
GRASS GIS Development Team
Date
2004-2008

Definition in file locale.c.

Function Documentation

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 53 of file locale.c.