nl_langinfo

Return the current locale's value for ITEM. If ITEM is invalid, an empty string is returned.

The string returned will not change until `setlocale' is called; it is usually in read-only memory and cannot be modified.

version(Posix)
extern (C)
char*
nl_langinfo

Meta