bindtextdomain programming

The bindtextdomain function sets the base directory of the hierarchy containing message catalogs for a given message domain. bindtextdomain(“coreutils”, “/usr/share/locale”) = “/usr/share/locale” #include<libintl.h> #include<stdio.h> main() { char *btpointer; btpointer=bindtextdomain(“coreutils”,”/usr/share/locale”); printf(“\n %s \n”,btpointer); } http://refspecs.freestandards.org/LSB_3.1.0/LSB-Core-generic/LSB-Core-generic/baselib-bindtextdomain.html http://php.net/manual/en/function.bindtextdomain.php American Bison [audio:http://www.freeinfosociety.com/media/sounds/280.mp3]