
[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 domain
- Parameter msg
-
The message to translate. - See also
-
Gettext.bindtextdomain, Gettext.textdomain, Gettext.gettext, Gettext.dcgettext, Gettext.setlocale, Gettext.localeconv
Extracted from Pike v7.3 release 11 at 2001-11-03.
|