GNOME Bugzilla – Bug 694368
Add support for atk_object_get_object_locale()
Last modified: 2013-02-28 15:27:23 UTC
ATK recently added atk_object_get_object_locale(). See bug 694117. If Orca could have access to the locale for widgets and text objects, it could do the optional automatic language switching Orca users have been asking for. Please and thank you. :)
Created attachment 237402 [details] [review] Patch for at-spi2-core.
Created attachment 237403 [details] [review] Patch for at-spi2-atk.
Created attachment 237404 [details] [review] Patch for pyatspi.
I've committed these patches ater renaming the method to atspi_accessible_get_object_locale (and objectLocale for pyatspi) to be more similar to atk and avoid possible naming conflicts with the document function with a similar name.