NL_LANGINFO(3) BSD Programmer's Manual NL_LANGINFO(3)
nl_langinfo - get locale information
#include <langinfo.h> char * nl_langinfo(nl_item item);
The nl_langinfo() function returns a pointer to a string containing in- formation set by the program's locale. The names and values of item are defined in <langinfo.h>.
nl_langinfo() returns a pointer to an empty string if item is invalid.
setlocale(3) MirBSD #10-current July 14, 1994 1