locale_t(3type) locale_t(3type) NAME locale_t - locale object LIBRARY Standard C library (libc) SYNOPSIS #include typedef /* ... */ locale_t; DESCRIPTION locale_t is a type used for storing a locale object. STANDARDS POSIX.1-2008. HISTORY POSIX.1-2008. NOTES The following headers also provide this type: , , , , , , , . SEE ALSO duplocale(3), freelocale(3), newlocale(3), setlocale(3), uselocale(3), locale(5), locale(7) Linux man-pages 6.9.1 2024-05-03 locale_t(3type)