Query: uselocale
OS: freebsd
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
USELOCALE(3) BSD Library Functions Manual USELOCALE(3)NAMEuselocale -- Sets a thread-local localeLIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <xlocale.h> locale_t uselocale(locale_t locale);DESCRIPTIONSpecifies the locale for this thread to use. Specifying LC_GLOBAL_LOCALE disables the per-thread locale, while NULL returns the current locale without setting a new one.RETURN VALUESReturns the previous locale, or LC_GLOBAL_LOCALE if this thread has no locale associated with it.SEE ALSOduplocale(3), freelocale(3), localeconv(3), newlocale(3), querylocale(3), xlocale(3)STANDARDSThis function conforms to IEEE Std 1003.1-2008 (``POSIX.1'').BSDSeptember 17, 2011 BSD
Related Man Pages |
---|
newlocale(3) - mojave |
freelocale(3) - freebsd |
duplocale(3) - freebsd |
newlocale(3) - freebsd |
uselocale(3) - v7 |
Similar Topics in the Unix Linux Community |
---|
Unix File Permissions |
Mac OS X: Based on UNIX - Solid As a Rock |
The Whole Story on #! /usr/bin/ksh |
Valid separator in time and date format |
Controlling user input |