Re: Currencies list?

2005-03-30 Thread Alastair McKinstry
On CÃad, 2005-03-30 at 12:00 +0200, Murray Cumming wrote: > On Wed, 2005-03-30 at 06:34 +0100, Simos Xenitellis wrote: > > ``So the plan is then to be able to use > > dgettext("iso-639", language_name) > > to get the correct translations.'' > > > > In addition, it recommends to contact the

Re: Currencies list?

2005-03-30 Thread Murray Cumming
On Wed, 2005-03-30 at 15:06 +0200, Danilo Åegan wrote: > Yesterday at 17:41, Murray Cumming wrote: > > > - how could I get a translation of a currency name, in the current > > locale? > > As for current locale, why not use strfmon or localeconv instead? > > #include > #include > > int main(vo

Re: Currencies list?

2005-03-30 Thread Danilo Šegan
Yesterday at 17:41, Murray Cumming wrote: > - how could I get a translation of a currency name, in the current > locale? As for current locale, why not use strfmon or localeconv instead? #include #include int main(void) { char dump[100]; struct lconv *info; setlocale(LC_ALL,""); info

gdm and locale question

2005-03-30 Thread Paras pradhan
Hi all: my locale name is ne_NP , i compliled ne_NP locale ,now when i select Nepali under language -> others ,in the gdm login screen. i was able to login only to X session not to gnome, then there i have to do gnome-session terminal to acutaly start my gnome session.. no problem with other locla

Re: Currencies list?

2005-03-30 Thread Murray Cumming
On Wed, 2005-03-30 at 06:34 +0100, Simos Xenitellis wrote: > ``So the plan is then to be able to use > dgettext("iso-639", language_name) > to get the correct translations.'' > > In addition, it recommends to contact the maintainer of the iso-codes > package when you are considering to mak