Copyright Digital Equipment Corp. All rights reserved.

setlocale

   Selects the appropriate portion of the program's locale as
   specified by the category and locale arguments. You can use this
   function to change or query one category or the program's entire
   current locale.

   Format

     #include  <locale.h>

     char *setlocale  (int category, const char *locale);
 


Additional information available:

Arguments       Description     Return_Values   Example