Next: , Previous: , Up: List of Programming Languages   [Contents][Index]


15.5.20 Pike

RPMs

roxen

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