nl_langinfo (3) Linux Manual Page
nl_langinfo, nl_langinfo_l – query language and locale information Synopsis #include <langinfo.h> char *nl_langinfo(nl_item item); char *nl_langinfo_l(nl_item item, locale_t locale); Feature Test Macro Requirements for glibc (see feature_test_macros(7)): nl_langinfo_l(): Since glibc 2.24: _POSIX_C_SOURCE >= 200809L Glibc 2.23 and earlier: _POSIX_C_SOURCE >= 200112L Description The nl_langinfo() and nl_langinfo_l() functions provide access to locale information in a more flexible way than localeconv(3)….
