Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

LOCALE_SABBREV* Constants

This topic defines the LOCALE_SABBREV* constants used by NLS.

ValueMeaning
LOCALE_SABBREVCTRYNAMEAbbreviated 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_SABBREVDAYNAME1Native abbreviated name for Monday. The maximum number of characters allowed for this string is 80, including a terminating null character.
LOCALE_SABBREVDAYNAME2Native abbreviated name for Tuesday. The maximum number of characters allowed for this string is 80, including a terminating null character.
LOCALE_SABBREVDAYNAME3Native abbreviated name for Wednesday. The maximum number of characters allowed for this string is 80, including a terminating null character.
LOCALE_SABBREVDAYNAME4Native abbreviated name for Thursday. The maximum number of characters allowed for this string is 80, including a terminating null character.
LOCALE_SABBREVDAYNAME5Native abbreviated name for Friday. The maximum number of characters allowed for this string is 80, including a terminating null character.
LOCALE_SABBREVDAYNAME6Native abbreviated name for Saturday. The maximum number of characters allowed for this string is 80, including a terminating null character.
LOCALE_SABBREVDAYNAME7Native abbreviated name for Sunday. The maximum number of characters allowed for this string is 80, including a terminating null character.
LOCALE_SABBREVLANGNAMEAbbreviated 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_SABBREVMONTHNAME1Native abbreviated name for January. The maximum number of characters allowed for this string is 80, including a terminating null character.
LOCALE_SABBREVMONTHNAME2Native abbreviated name for February. The maximum number of characters allowed for this string is 80, including a terminating null character.
LOCALE_SABBREVMONTHNAME3Native abbreviated name for March. The maximum number of characters allowed for this string is 80, including a terminating null character.
LOCALE_SABBREVMONTHNAME4Native abbreviated name for April. The maximum number of characters allowed for this string is 80, including a terminating null character.
LOCALE_SABBREVMONTHNAME5Native abbreviated name for May. The maximum number of characters allowed for this string is 80, including a terminating null character.
LOCALE_SABBREVMONTHNAME6Native abbreviated name for June. The maximum number of characters allowed for this string is 80, including a terminating null character.
LOCALE_SABBREVMONTHNAME7Native abbreviated name for July. The maximum number of characters allowed for this string is 80, including a terminating null character.
LOCALE_SABBREVMONTHNAME8Native abbreviated name for August. The maximum number of characters allowed for this string is 80, including a terminating null character.
LOCALE_SABBREVMONTHNAME9Native abbreviated name for September. The maximum number of characters allowed for this string is 80, including a terminating null character.
LOCALE_SABBREVMONTHNAME10Native abbreviated name for October. The maximum number of characters allowed for this string is 80, including a terminating null character.
LOCALE_SABBREVMONTHNAME11Native abbreviated name for November. The maximum number of characters allowed for this string is 80, including a terminating null character.
LOCALE_SABBREVMONTHNAME12Native abbreviated name for December. The maximum number of characters allowed for this string is 80, including a terminating null character.
LOCALE_SABBREVMONTHNAME13Native 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.

 

 

 

Show:
© 2017 Microsoft