Anyone knows? Should I also do following as what I did to internationalize an application? setlocale(LC_ALL, ""); bindtextdomain(GETTEXT_PACKAGE, LOCALEDIR); bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8"); textdomain(GETTEXT_PACKAGE);
Will there be any problem to call these APIs above? Thanks. On Wed, Jun 24, 2009 at 2:26 PM, Zhihai Wang <pagegu...@gmail.com> wrote: > Dear All, > > I know the way how to internationalize an application, could anyone tell me > how to do with a shared library I'm going to distribute to 3rd party > applications? > > > -- > Best Regards, > > Zhihai Wang > -- Best Regards, Zhihai Wang _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list