| bindtextdomainSets the path for a domain Description
   string bindtextdomain
    ( string  $domain, string$directory)The bindtextdomain function sets the path for a domain. Parameters
 
 Return Values
   The full pathname for the  Examples
 Example #1 bindtextdomain example 
<?phpThe above example will output: /usr/share/myapp/locale |