Naveen Kumar wrote: > Hi all, > > I am planning to build an application with Hindi(local language) text > for all widgets. Please guide me what is the better way to proceed for > the above. >
If it'll be only in Hindi, then program normally, but with all GUI labels, messages, etc. written directly in Hindi, using UTF-8 encoding. If you want it to be a multilingual application supporting Hindi, again there is nothing necessary to support Hindi specifically. Use gettext, and then the application can be translated into any language, Hindi included. Here are some tutorials: http://oriya.sarovar.org/docs/gettext/ http://www.gnu.org/software/gettext/manual/gettext.html -- Is knowledge knowable? If not, how do we know that? Eduardo M KALINOWSKI [EMAIL PROTECTED] http://move.to/hpkb _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list