ngettext
Description
string ngettext ( string msgid1, string msgid2, int n)ngettext() returns correct plural form of message identified by msgid1 and msgid2 for count n. Some languages have more than one form for plural messages dependent on the count.
| Zurück | Zum Anfang | Weiter |
| gettext | Nach oben | textdomain |