File: gettext.info, Node: Modula-2, Next: D, Prev: Pascal, Up: List of Programming Languages 16.5.20 Modula-2 ---------------- RPMs gcc-gm2, libgm2 Ubuntu packages gm2 File extension ‘mod’, ‘def’ String syntax ‘'abc'’, ‘"abc"’ gettext shorthand -- gettext/ngettext functions ‘Gettext’, ‘DGettext’, ‘DCGettext’, ‘NGettext’, ‘DNGettext’, ‘DCNGettext’ textdomain ‘TextDomain’ function bindtextdomain ‘BindTextDomain’ function setlocale Programmer must call ‘SetLocale (LC_ALL, "")’ Prerequisite ‘FROM Libintl IMPORT Gettext ...;’ Use or emulate GNU gettext Use Extractor ‘xgettext’ Formatting with positions -- Portability fully portable to all platforms supported by GNU Modula-2 po-mode marking -- An example is available in the ‘examples’ directory: ‘hello-modula2’.
