|
#include <langinfo.h>
YESEXPR, NOEXPR, YESSTR, NOSTR items are not supported since LC_MESSAGE category is not supported.
item
passed to
nl_langinfo
can be any value listed below.
CODESET
| |
Name of the character encoding used in the locale.
|
D_T_FMT
| |
String for formatting date and time
|
D_FMT
|
Date format string
|
T_FMT
|
Time format string
|
T_FMT_AMPM
| |
AM or PM time formatting string
|
AM_STR
| |
Ante Meridian affix
|
PM_STR
| |
Post Meridian affix
|
ABDAY_1 - ABDAY_7
| |
Abbreviated name of the nth day of the week
|
DAY_1 - DAY_7
| |
Name of the nth day of the week
|
MON_1 - MON_12
| |
Name of the nth month of the year
|
ABMON_1 - ABMON_12
| |
Name of the nth month of the year
|
RADIXCHAR
| |
Radix character i.e character used to separate decimal value
|
THOUSEP
| |
Separator for thousands
|
|
|