Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
Locale
Locale.Gettext

Method Locale.Gettext.dgettext()


Method dgettext

string Locale.Gettext.dgettext(string domain, string msg)

Description

Return a translated version of msg within the context of the specified domain and current locale. If there is no translation available, msg is returned.

Note

Obsoleted by gettext() in Pike 7.3.

See also

bindtextdomain , textdomain , gettext , setlocale , localeconv