Re: i8n problems
- From: Miguel de Icaza <miguel gnu org>
- To: chris black-sun co uk
- CC: gnome-devel-list gnome org, recipient list not shown: ;
- Subject: Re: i8n problems
- Date: Thu, 18 Nov 1999 16:31:51 -0600
>
> Also, I have some strings that are in arrays:
>
> gchar *message_list_titles[] = {
> N_("Status"),
> N_("From"),
> N_("Subject"),
> N_("Received"),
> N_("mId")
> };
Just make sure that you use _() when acceswsing them:
puts (_(message_list_titles [0]));
Miguel
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]