Am Montag, den 09.07.2007, 16:15 -0300 schrieb César Leonardo Blum Silveira: > We have a separate log for our module, and we would like to localize > the messages.
i18n can be done with gettext, there is however no thread safety unless you find out how to use uselocale. See the implementation of i18n_gettext in http://www.heute-morgen.de/modules/mod_i18n/mod_i18n.c for an example. Hth, Joachim
