gettext: libgettextpo

 
 9.13 Writing your own programs that process PO files
 ====================================================
 
    For the tasks for which a combination of ‘msgattrib’, ‘msgcat’ etc.
 is not sufficient, a set of C functions is provided in a library, to
 make it possible to process PO files in your own programs.  When you use
 this library, you don’t need to write routines to parse the PO file;
 instead, you retrieve a pointer in memory to each of messages contained
 in the PO file.  Functions for writing those memory structures to a file
 after working with them are provided too.
 
    The functions are declared in the header file ‘<gettext-po.h>’, and
 are defined in a library called ‘libgettextpo’.
 

Menu