Accessibility in Linux systems
Accessibility in Linux systems
Posted Oct 9, 2008 9:33 UTC (Thu) by jamesh (guest, #1159)In reply to: Accessibility in Linux systems by i3839
Parent article: Accessibility in Linux systems
The point at which a string gets translated for internationalisation is often not the point where you'd want it read by text to speech software or sent to a brail terminal.
For a graphical application, it will usually translate most of its UI strings with gettext() on start up. You'd only want these read when the user tries to interact with those controls. The same probably goes for full screen text mode applications.
