|
|
Log in / Subscribe / Register

Accessibility in Linux systems

Accessibility in Linux systems

Posted Oct 10, 2008 1:46 UTC (Fri) by i3839 (guest, #31386)
In reply to: Accessibility in Linux systems by jamesh
Parent article: Accessibility in Linux systems

Gah, you're right for how it currently works. I've no experience with internationalisation and I expected something more elaborate than just one function gettext() which is called at startup for each string, for some reason.


to post comments

Accessibility in Linux systems

Posted Oct 11, 2008 2:49 UTC (Sat) by nix (subscriber, #2304) [Link]

It's not, _() (aka gettext()) is called *when a translation is needed* for
each string (it translates each format string into a new one given the
current locale, possibly reordering arguments in the process). It's just
that GUI applications often need to translate most of their strings in one
big lump at initial-window-mapping time.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds