uselocale(3) mojave man page | unix.com

Man Page: uselocale

Operating Environment: mojave

Section: 3

USELOCALE(3)						   BSD Library Functions Manual 					      USELOCALE(3)

NAME
uselocale -- Set the per-thread locale
SYNOPSIS
#include <xlocale.h> locale_t uselocale(locale_t loc);
DESCRIPTION
Sets the per-thread locale to loc. Specify LC_GLOBAL_LOCALE to turn off any per-thread locale. Pass NULL to return the current value of the per-thread locale (or LC_GLOBAL_LOCALE) without changing the locale.
RETURN VALUES
Returns the previous locale, or LC_GLOBAL_LOCALE if no per-thread locale was in effect.
SEE ALSO
duplocale(3), freelocale(3), newlocale(3), querylocale(3), xlocale(3)
BSD
March 11, 2005 BSD
Related Man Pages
uselocale(3p) - posix
uselocale(3) - opendarwin
uselocale(3) - x11r4
uselocale(3) - minix
uselocale(3) - bsd
Similar Topics in the Unix Linux Community
Instructions to Clear Data Cache in Safari, Chrome, Firefox, Opera Browsers (Pictures)
My first PERL incarnation... Audio Oscillograph
Controlling user input
Python 3.8.0rc1 released.