After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 720200 - Add gtk_get_locale_direction()
Add gtk_get_locale_direction()
Status: RESOLVED DUPLICATE of bug 720096
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-12-10 15:49 UTC by Matthias Clasen
Modified: 2014-09-04 08:22 UTC
See Also:
GNOME target: 3.12
GNOME version: ---



Description Matthias Clasen 2013-12-10 15:49:35 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.
Comment 1 Matthias Clasen 2013-12-10 21:29:48 UTC

*** This bug has been marked as a duplicate of bug 720096 ***