[Top]
Gettext
|
Method Gettext.dcgettext()
- Method
dcgettext
-
string Gettext.dcgettext(string domain, object stringmsg, object intcategory)
- Description
-
-
Return a translated version of msg within the context of the
specified domain and current locale for the specified
category. Calling dcgettext with category
Locale.Gettext.LC_MESSAGES gives the same result as dgettext.
If there is not translation available, msg is returned.
- Parameter domain
-
-
The domain to lookup the message in.
- Parameter msg
-
-
The message to translate.
- Parameter category
-
-
The category which locale should be used.
- See also
-
-
Gettext.bindtextdomain, Gettext.textdomain, Gettext.gettext, Gettext.dgettext, Gettext.setlocale, Gettext.localeconv
|