Re: internationalization



>>>>> "Mathieu" == Mathieu Lacage <mathieu@eazel.com> writes:

Mathieu> I would like to know how libraries succeed at making
Mathieu> internationalization work.

Mathieu> As I see it, when a library has a string to internationalise,
Mathieu> the _( macro will catually be a call to gettext which is
Mathieu> going to fetch the message from the domain currently set.

Ordinarily in a library you define _() to call dgettext using the
library's translation domain.

Tom





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