Warning: This is the manual of the legacy Guile 2.2 series. You may want to read the manual of the current stable series instead.

Next: , Previous: , Up: API Reference   [Contents][Index]


6.25 Support for Internationalization

Guile provides internationalization21 support for Scheme programs in two ways. First, procedures to manipulate text and data in a way that conforms to particular cultural conventions (i.e., in a “locale-dependent” way) are provided in the (ice-9 i18n). Second, Guile allows the use of GNU gettext to translate program message strings.


Footnotes

(21)

For concision and style, programmers often like to refer to internationalization as “i18n”.