|
Эта страница руководства является частью версии 5.0 Инструментов XCodeПолучить эти инструменты:
Если Вы выполняете версию Инструментов XCode кроме 5,0, просматриваете документацию локально:
Читать страницы руководстваСтраницы руководства предназначаются как справочник для людей, уже понимающих технологию.
|
NL_LANGINFO(3) BSD Library Functions Manual NL_LANGINFO(3) NAME nl_langinfo, nl_langinfo_l -- language information LIBRARY Standard C Library (libc, -lc) SYNOPSIS #include <langinfo.h> char * nl_langinfo(nl_item item); #include <langinfo.h> #include <xlocale.h> char * nl_langinfo_l(nl_item item, locale_t loc); DESCRIPTION The nl_langinfo() function returns a pointer to a string containing information relevant to the partic-ular particular ular language or cultural area defined in the program's locale. The manifest constant names and values of item are defined in <langinfo.h>. Calls to setlocale() with a category corresponding to the category of item, or to the category LC_ALL, may overwrite the buffer pointed to by the return value. RETURN VALUES In a locale where langinfo data is not defined, nl_langinfo() returns a pointer to the corresponding string in the POSIX locale. In all locales, nl_langinfo() returns a pointer to an empty string if item contains an invalid setting. EXAMPLES For example: nl_langinfo(ABDAY_1) would return a pointer to the string "Dom" if the identified language was Portuguese, and "Sun" if the identified language was English. While the nl_langinfo() function uses the current locale, the nl_langinfo_l() function may be passed a locale directly. See xlocale(3) for more information. SEE ALSO setlocale(3), xlocale(3) STANDARDS The nl_langinfo() function conforms to Version 2 of the Single UNIX Specification (``SUSv2''). HISTORY The nl_langinfo() function first appeared in FreeBSD 4.6. BSD May 3, 2001 BSD |
Сообщение о проблемах
Способ сообщить о проблеме с этой страницей руководства зависит от типа проблемы:
- Ошибки содержания
- Ошибки отчета в содержании этой документации со ссылками на отзыв ниже.
- Отчеты об ошибках
- Сообщите об ошибках в функциональности описанного инструмента или API через Генератор отчетов Ошибки.
- Форматирование проблем
- Отчет, форматирующий ошибки в интерактивной версии этих страниц со ссылками на отзыв ниже.