
[Top]
Gettext
|
Method Gettext.gettext()
- Method
gettext
string Gettext.gettext(string msg)
- Description
-
-
Return a translated version of msg within the context
of the current domain and locale.
If there is not translation available, msg is returned.
- Parameter msg
-
The message to translate. - See also
-
Gettext.bindtextdomain, Gettext.textdomain, Gettext.dgettext, Gettext.dcgettext, Gettext.setlocale, Gettext.localeconv
Extracted from Pike v7.3 release 11 at 2001-11-03.
|