Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic defines the LOCALE_SABBREV* constants used by NLS.
Value | Meaning |
---|---|
LOCALE_SABBREVCTRYNAME | Abbreviated name of the country/region, mostly based on the ISO Standard 3166. The maximum number of characters allowed for this string is nine, including a terminating null character. |
LOCALE_SABBREVDAYNAME1 | Native abbreviated name for Monday. The maximum number of characters allowed for this string is 80, including a terminating null character. |
LOCALE_SABBREVDAYNAME2 | Native abbreviated name for Tuesday. The maximum number of characters allowed for this string is 80, including a terminating null character. |
LOCALE_SABBREVDAYNAME3 | Native abbreviated name for Wednesday. The maximum number of characters allowed for this string is 80, including a terminating null character. |
LOCALE_SABBREVDAYNAME4 | Native abbreviated name for Thursday. The maximum number of characters allowed for this string is 80, including a terminating null character. |
LOCALE_SABBREVDAYNAME5 | Native abbreviated name for Friday. The maximum number of characters allowed for this string is 80, including a terminating null character. |
LOCALE_SABBREVDAYNAME6 | Native abbreviated name for Saturday. The maximum number of characters allowed for this string is 80, including a terminating null character. |
LOCALE_SABBREVDAYNAME7 | Native abbreviated name for Sunday. The maximum number of characters allowed for this string is 80, including a terminating null character. |
LOCALE_SABBREVLANGNAME | Abbreviated name of the language. In most cases, the name is created by taking the two-letter language abbreviation from ISO Standard 639 and adding a third letter, as appropriate, to indicate the sublanguage. For example, the abbreviated name for the language corresponding to the English (United States) locale is ENU. |
LOCALE_SABBREVMONTHNAME1 | Native abbreviated name for January. The maximum number of characters allowed for this string is 80, including a terminating null character. |
LOCALE_SABBREVMONTHNAME2 | Native abbreviated name for February. The maximum number of characters allowed for this string is 80, including a terminating null character. |
LOCALE_SABBREVMONTHNAME3 | Native abbreviated name for March. The maximum number of characters allowed for this string is 80, including a terminating null character. |
LOCALE_SABBREVMONTHNAME4 | Native abbreviated name for April. The maximum number of characters allowed for this string is 80, including a terminating null character. |
LOCALE_SABBREVMONTHNAME5 | Native abbreviated name for May. The maximum number of characters allowed for this string is 80, including a terminating null character. |
LOCALE_SABBREVMONTHNAME6 | Native abbreviated name for June. The maximum number of characters allowed for this string is 80, including a terminating null character. |
LOCALE_SABBREVMONTHNAME7 | Native abbreviated name for July. The maximum number of characters allowed for this string is 80, including a terminating null character. |
LOCALE_SABBREVMONTHNAME8 | Native abbreviated name for August. The maximum number of characters allowed for this string is 80, including a terminating null character. |
LOCALE_SABBREVMONTHNAME9 | Native abbreviated name for September. The maximum number of characters allowed for this string is 80, including a terminating null character. |
LOCALE_SABBREVMONTHNAME10 | Native abbreviated name for October. The maximum number of characters allowed for this string is 80, including a terminating null character. |
LOCALE_SABBREVMONTHNAME11 | Native abbreviated name for November. The maximum number of characters allowed for this string is 80, including a terminating null character. |
LOCALE_SABBREVMONTHNAME12 | Native abbreviated name for December. The maximum number of characters allowed for this string is 80, including a terminating null character. |
LOCALE_SABBREVMONTHNAME13 | Native abbreviated name for a 13th month, if it exists. The maximum number of characters allowed for this string is 80, including a terminating null character. |