string nl_langinfo ( int $item )
nl_langinfo() is used to access individual elements of the locale categories. Unlike localeconv(), which returns all of the elements, nl_langinfo() allows you to select any specific element.
Returns the element as a string, or FALSE if item is not valid.