dngettext

Example

 string dngettext ( string $domain , string $msgid1 , string $msgid2 , int $n ) 

Description

The dngettext() function allows you to override the current domain for a single plural message lookup.

Return Values

A string on success.