Re: Please don't forget bindtextdomain() and textdomain().



¡Hola!

> Don't forget to call bindtextdomain() and textdomain() after
> gnome_init().  
>   ...
>   gnome_init(&argc, &argv);
>   bindtextdomain(PACKAGE, LOCALEDIR);
>   textdomain(PACKAGE);
>   ...

> (I'm very happy with GNOME, which display my native language.  :)
I'm too. Could you give a look to the gnome-about code? I'm having some problems
with the i18n apparently related to the SYS_LC_MESSAGES. (i haven't idea about
what is for)

> - Changwoo

				HoraPe



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]