Mohammed Rashid wrote:

Hi All,

I have made a application using gtkmm in english. Now I want to change the language of my application to thai and japanese.

Please let me know, how can I do this. I am using Suse10.0.

I have downloaded some tff files of these languages. But it is not working.

Thanks in advance.

Regards,
Rashid


------------------------------------------------------------------------

_______________________________________________
gtkmm-list mailing list
gtkmm-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Do you have translations for these languages installed? If so, you can generally set the LANGUAGE environment variable to the language code (or language/country code) you're interested in, and the UI should be translated. e.g. for japanese:

LANGUAGE=ja myprogram

--
jonner
_______________________________________________
gtkmm-list mailing list
gtkmm-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to