#include <time.h> or #define NWL_EXCLUDE_TIME #include <stdio.h> or #define NWL_EXCLUDE_FILE #include <nwlocale.h>LCONV NWFAR
NWAPI NWLlocaleconv (LCONV NWFAR
lconvPtr);
Pointer to LCONV, described below.
Call NWLlocaleconv to get locale information to do tasks not provided for by the other Internationalization functions. NWLlocaleconv sets the elements in the specified structure according to the currently selected locale.
NWLlocaleconv is not an exact analog to the ANSI function localeconv because NWLlocaleconv contains information not ANSI-specific. Also, ANSI character pointers have been changed to character arrays, which is required for Windows 3.x-4.xin the enhanced mode.
For a more detailed description of the ANSI elements in the above structure, refer to the ANSI specification, ANSI X3.159-1989.
Internationalization