On Mon, Nov 17, 2003 at 05:45:05PM +0530, [EMAIL PROTECTED] wrote: > > > > > Hello all, > I have a CRM solution, which now needs to cater clients of "Arabic > Language". What all configuration i need to do for displaying labels of my > application in Arabic. > > Thanks in advance, > > Varna.
Dear Varna, Add the following line to all your *.c sources : #define WITH_ARABIC_LABLES 1 If that doesn't help, perhaps you care to provide more background information about your application's environment. Regards, Kamal _______________________________________________ Developer mailing list [EMAIL PROTECTED] http://lists.arabeyes.org/mailman/listinfo/developer

