Method Locale.Gettext.dcgettext()
- Method dcgettext
 stringdcgettext(stringdomain,stringmsg,intcategory)- Description
 Return a translated version of
msgwithin the context of the specifieddomainand current locale for the specifiedcategory. Calling dcgettext with category Locale.Gettext.LC_MESSAGES gives the same result as dgettext.If there is no translation available,
msgis returned.- Deprecated
 Replaced by gettext.
Obsoleted by gettext() in Pike 7.3.
- See also