GNOME Bugzilla – Bug 720200
Add gtk_get_locale_direction()
Last modified: 2014-09-04 08:22:15 UTC
This is needed in a few cases for applications that set the language, and want to update the default text direction after calling setlocale(). Known examples include gnome-initial-setup and anaconda. Currently, they have to redo the translation hack in their own code. Much better to export this from GTK+ to keep the hack in one place.
*** This bug has been marked as a duplicate of bug 720096 ***