GNOME Bugzilla – Bug 353341
pango-view should use $LANG
Last modified: 2006-12-06 23:25:25 UTC
It should set it on the context. (or should we really make Pango pick $LANG up if no language is set on the context? that will change semantics of all apps, but probably not in a significant way. Not for gtk+ apps at least.)
2006-12-06 Behdad Esfahbod <behdad@gnome.org> * examples/renderdemo.c (do_output): Set context language to pango_language_get_default() instead of hardcoding "en-US".