Extracted from Pike v7.3 release 18 at 2002-03-27.
pike.roxen.com
[Top]
Gettext

Method Gettext.gettext()


Method gettext

string Gettext.gettext(string msg)

Description

Return a translated version of msg within the context of the current domain and locale.

If there is not translation available, msg is returned.

Parameter msg

The message to translate.

See also

Gettext.bindtextdomain, Gettext.textdomain, Gettext.dgettext, Gettext.dcgettext, Gettext.setlocale, Gettext.localeconv