___lc_locale_name_func
Internal CRT function. Retrieves the current locale name of the thread.
Syntax
wchar_t** ___lc_locale_name_func(void);
Return value
A pointer to a string that contains the current locale name of the thread.
Remarks
___lc_locale_name_func
is an internal CRT function that is used by other CRT functions to get the current locale name from the thread local storage for CRT data. This information is also available by using the _get_current_locale
function or the setlocale
, _wsetlocale
functions.
Internal CRT functions are implementation-specific and subject to change with each release. We don't recommend their use in your code.
By default, this function's global state is scoped to the application. To change this behavior, see Global state in the CRT.
Requirements
Routine | Required header |
---|---|
___lc_locale_name_func |
crt\src\setlocal.h |
See also
_get_current_locale
setlocale
, _wsetlocale
_create_locale
, _wcreate_locale
_free_locale