Name
dgettext — Translates the text using the given text domain
Synopsis
string
dgettext
( |
string
textdomain
, |
|
string
text
) ; |
Parameters
-
string
textdomain
-
string
text
Description
Translates the text using the given text domain into the current language.
This is a special case builtin not intended for general use. See _() instead.
Usage
dgettext ("base", "No") -> "Nie"