[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: How to internationalize a shared library
- From: Zhihai Wang <pageguest gmail com>
- To: gtk-app-devel-list gnome org
- Subject: Re: How to internationalize a shared library
- Date: Wed, 24 Jun 2009 20:48:23 +0800
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 <pageguest 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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]