Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

intl

Internationalisation functions are used to localise Gimp-Print by translating strings into the user's native language. More...

Defines

#define textdomain(String)   (String)
#define gettext(String)   (String)
#define dgettext(Domain, Message)   (Message)
#define dcgettext(Domain, Message, Type)   (Message)
#define bindtextdomain(Domain, Directory)   (Domain)
#define _(String)   (String)
#define N_(String)   (String)

Detailed Description

Internationalisation functions are used to localise Gimp-Print by translating strings into the user's native language.

The macros defined in this header are convenience wrappers around the gettext functions provided by libintl library (or directly by libc on GNU systems).


Define Documentation

#define _ String   )     (String)
 

Definition at line 80 of file gimp-print-intl.h.

#define bindtextdomain Domain,
Directory   )     (Domain)
 

Definition at line 79 of file gimp-print-intl.h.

#define dcgettext Domain,
Message,
Type   )     (Message)
 

Definition at line 78 of file gimp-print-intl.h.

#define dgettext Domain,
Message   )     (Message)
 

Definition at line 77 of file gimp-print-intl.h.

#define gettext String   )     (String)
 

Definition at line 76 of file gimp-print-intl.h.

#define N_ String   )     (String)
 

Definition at line 81 of file gimp-print-intl.h.

#define textdomain String   )     (String)
 

Definition at line 75 of file gimp-print-intl.h.


Generated on Wed Aug 25 07:56:17 2004 for libgimpprint API Reference by doxygen 1.3.6