<clocale>
Visual Studio 2005
Defines the macros traditionally defined in the Standard C library header <locale.h>.
#if <TRADITIONAL C HEADERS>
#include <locale.h>
namespace std {
using ::lconv;
using ::localeconv;
using ::setlocale;
}
#endif