EN JA
QUERYLOCALE(3)
QUERYLOCALE(3) FreeBSD Library Functions Manual QUERYLOCALE(3)

NAME

querylocaleLook up the locale name for a specified category

LIBRARY

Standard C Library (libc, -lc)

SYNOPSIS

#include < xlocale.h>

const char *
querylocale( int mask, locale_t locale);

DESCRIPTION

Returns the name of the locale for the category specified by mask. This possible values for the mask are the same as those in newlocale(3). If more than one bit in the mask is set, the returned value is undefined.
May 3, 2013 FreeBSD