[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 msg
-
-
The message to translate.
- See also
-
-
Gettext.bindtextdomain, Gettext.textdomain, Gettext.gettext, Gettext.dcgettext, Gettext.setlocale, Gettext.localeconv
|