Aaron Kemp
2006-02-05 01:35:02 UTC
Hi,
Our user interface is implemented using Glade and GTK. GTK already
provides a framework for i18n support by way of the GNU gettext
library, meaning that all we really need to do is modify our interface
to use gettext calls in place of hardcoded strings and construct
localized string tables.
My question is can we use these facilities to aid our work, or are we
going to be forced to implement this feature from scratch? I would
hope that in a Software Engineering course the concept of reusing an
existing module would be acceptable :)
Thanks,
Aaron
Our user interface is implemented using Glade and GTK. GTK already
provides a framework for i18n support by way of the GNU gettext
library, meaning that all we really need to do is modify our interface
to use gettext calls in place of hardcoded strings and construct
localized string tables.
My question is can we use these facilities to aid our work, or are we
going to be forced to implement this feature from scratch? I would
hope that in a Software Engineering course the concept of reusing an
existing module would be acceptable :)
Thanks,
Aaron