Re: NLS in Gtk




Alexander Kotelnikov <sacha@AK2614.spb.edu> writes:

> Hello,
> can anybody tell me if there is any doccumentation about using NLS in Gtk?

GTK+ itself doesn't provide message cataloging interfaces
to client programs. Internally, it uses gettext(), so that
might be a logical choice for client programs, but there
is no requirement that a client program has to use that.

For gettext() documentation, see the glibc info pages or
the documenation that comes with the GNU gettext package.
(ftp://alpha.gnu.org:/pub/gnu)

Regards,
                                        Owen



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]