dcngettext

Example

 string dcngettext ( string $domain , string $msgid1 , string $msgid2 , int $n , int $category ) 

Description

This function allows you to override the current domain for a single plural message lookup.

Return Values

A string on success.