IMPORT_C char * | nl_langinfo | ( | nl_item | | ) | |
This function shall return a pointer to a string containing information relevant to the particular language or cultural area defined in the program's locale. This function need not be reentrant. A function that is not required to be reentrant is not required to be thread-safe.
- Return Value
- In a locale where langinfo data is not defined, this function shall return a pointer to the corresponding string in the smart phone's locale. In all locales, this function shall return a pointer to an empty string if item contains an invalid setting. This pointer may point to static data that may be overwritten on the next call.