Search Results
nl_langinfo () returns a string which is the value corresponding to item in the program's current global locale. nl_langinfo_l () returns a string which is the value corresponding to item for the locale identified by the locale object locale, which was previously created by newlocale(3). Individual and additional
- Newlocale
Pages that refer to this page: duplocale (3), isalpha (3),...
- Linux/UNIX Programming Training
Linux and UNIX programming training and consulting by...
- Newlocale
The nl_langinfo () function shall return a pointer to a string containing information relevant to the particular language or cultural area defined in the program's locale (see <langinfo.h>).
nl_langinfo () est utilisée pour accéder à chaque élément de la configuration locale. Contrairement à la fonction localeconv () qui renvoie tous les éléments, nl_langinfo () permet de sélectionner un élément précis.
The nl_langinfo () function returns a pointer to a null-ended string containing information concerning the active language or cultural area. The active language or cultural area is determined by the most recent setlocale () call.
Les fonctions nl_langinfo () et nl_langinfo_l () permettent d'accéder aux paramètres régionaux avec plus de souplesse que localeconv (3). nl_langinfo () renvoie une chaîne de caractères correspondant à la valeur de item pour les paramètres régionaux globaux courants du programme. nl_langinfo_l () renvoie une chaîne de caractères ...
Les fonctions nl_langinfo () et nl_langinfo_l () permettent d'accéder aux paramètres régionaux avec plus de souplesse que localeconv (3). nl_langinfo () renvoie une chaîne de caractères correspondant à la valeur de item pour les paramètres régionaux globaux courants du programme. nl_langinfo_l () renvoie une chaîne de caractères ...
People also ask
What does NL_langinfo_L do?
Why is NL_langinfo_L() undefined?
What are the constants used in langinfo H>?
Функция nl_langinfo в PHP Функция nl_langinfo возвращает элементы локали, используя информацию о текущей локали. Она позволяет получать специфические данные о региональных настройках, такие как форматы дат, денежные единицы ...
