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

Method Gettext.dgettext()


Method dgettext

string Gettext.dgettext(string domain, object stringmsg)

Description

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

If there is not translation available, msg is returned.

Parameter domain

The domain to lookup the message in.

Parameter msg

The message to translate.

See also

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