File: gettext.info, Node: Pike, Next: GCC-source, Prev: PHP, Up: List of Programming Languages 16.5.29 Pike ------------ RPMs roxen Ubuntu packages pike8.0 or pike7.8 File extension ‘pike’ String syntax ‘"abc"’ gettext shorthand -- gettext/ngettext functions ‘gettext’, ‘dgettext’, ‘dcgettext’ textdomain ‘textdomain’ function bindtextdomain ‘bindtextdomain’ function setlocale ‘setlocale’ function Prerequisite ‘import Locale.Gettext;’ Use or emulate GNU gettext use Extractor -- Formatting with positions -- Portability On platforms without gettext, the functions are not available. po-mode marking --
