Method Locale.Gettext.dgettext()
- Method dgettext
 stringdgettext(stringdomain,stringmsg)- Description
 Return a translated version of
msgwithin the context of the specifieddomainand current locale. If there is no translation available,msgis returned.- Deprecated
 Replaced by gettext.
Obsoleted by gettext() in Pike 7.3.
- See also