manpagez: man pages & more
info gettext
Home | html | info | man

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’.

© manpagez.com 2000-2026
Individual documents may contain additional copyright information.