Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
setlocale
◄Description► ◄Up► ◄Contents► ◄Index► ◄Back►
────────────────────────────────────────────────────────────────────────────
Include: <locale.h>
Syntax: char *setlocale( int category, char *locale );
category: LC_ALL, LC_COLLATE, LC_CTYPE, LC_MONETARY,
LC_NUMERIC, LC_TIME, NULL
locale: "C"
Returns: a pointer to the string associated with the specified
category, or NULL if <locale> or <category> is invalid.
See also: localeconv, strcoll, strftime, strxfrm
-♦-