Name
dpgettext — Translates the text using the given text domain and path
Synopsis
string
dpgettext
( |
string
textdomain
, |
|
string
dirname
, |
|
string
text
) ; |
Parameters
-
string
textdomain
-
string
dirname
-
string
text
Description
Translates the text using the given text domain into the current language and path of localization . Path of localization is same than dirname in function bindtextdomain()
This is a special case builtin not intended for general use. See _() instead.
Usage
dpgettext ("base", "/texdomain/path", "No") -> "Nie"