nl_langinfo

Example

 string nl_langinfo ( int $item ) 

Description

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.

Return Values

Returns the element as a string, or FALSE if item is not valid.