From professional translators, enterprises, web pages and freely available translation repositories.
the functions it declares are setlocale() to set the current locale, and localeconv() to get information about number formatting.
В нем описаны функции setlocale(), которая устанавливает текущие региональные настройки и localeconv(), которая возвращает информацию о форматировании чисел.
setlocale this function now throws an e_deprecated notice if a string is passed to the category parameter instead of one of the lc_* constants.
setlocale Эта функция в настоящее время бросает уведомления e_deprecated, если строка передается в параметре category вместо одной из констант lc_*.
if the second argument to setlocale() is empty string, "", for the default locale, it is determined using the following steps:
Если второй аргумент функции setlocale()--- пустая строка "", то локализация по умолчанию будет определяться, используя следующие шаги:
39. most development software has localisation routines available for you to access locale information; for example setlocale in microsoft visual studio; international components for unicode (icu) for java and c++ development.
39. Большинство ПО для разработки содержит стандартные программы локализации, через которые вы можете получить доступ к информации о локалях; например, "setlocale " в "microsoft visual studio "; "international components for unicode (icu) " for java и "c++development ".