Hi, bheemesh <[EMAIL PROTECTED]> writes:
> But let say, i set my LANG environment variable to other locales, if > run the calender executable again, the default it self will be the > language i have set using LANG. But i cannot change it at run time, > rather i have to come back & change "LANG" again. > > Now pls help me to change this locale & fonts for my gtk+ appln at > run time. Is there any link to guide me further? I expect a helping > hand at the earliest. Nothing keeps you from changing environment variables at runtime. I am not sure though if it will be sufficient to redraw the window after changing the environment. You might have to recreate the pango context in order to get the change applied. Also, if you are using Pango directly, it would probably help to set the language on the Pango context. Sven -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-users" as subject.
