Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 2.91 KB

locale-snative-constants.md

File metadata and controls

35 lines (21 loc) · 2.91 KB
description ms.assetid title ms.topic ms.date
LOCALE\_SNATIVE\* Constants
560978d7-a33c-4e62-9abd-cbd3ec38f3b5
LOCALE_SNATIVE* Constants
article
05/31/2018

LOCALE_SNATIVE* Constants

This topic defines the LOCALE_SNATIVE* constants used by NLS to represent native language names.

Value Meaning
LOCALE_SNATIVECOUNTRYNAME Windows 7 and later: Native name of the country/region, for example, España for Spain. The maximum number of characters allowed for this string is 80, including a terminating null character.
LOCALE_SNATIVECTRYNAME Deprecated for Windows 7 and later. Native name of the country/region. See LOCALE_SNATIVECOUNTRYNAME.
LOCALE_SNATIVECURRNAME Windows Me/98, Windows 2000: The native name of the currency associated with the locale, in the native language of the locale. There is no limit on the number of characters allowed for this string.
LOCALE_SNATIVEDIGITS Native equivalents of ASCII 0 through 9. The maximum number of characters allowed for this string is eleven, including a terminating null character. For example, Arabic uses "٠١٢٣٤٥ ٦٧٨٩". See also LOCALE_IDIGITSUBSTITUTION.
LOCALE_SNATIVEDISPLAYNAME Windows 7 and later: Display name of the locale in its native language, for example, Deutsch (Deutschland) for the locale German (Germany).
LOCALE_SNATIVELANGNAME Deprecated for Windows 7 and later. Native name of the language. See LOCALE_SNATIVELANGUAGENAME.
LOCALE_SNATIVELANGUAGENAME Windows 7 and later: Native name of the language, for example, Հայերեն for Armenian (Armenia). The maximum number of characters allowed for this string is 80, including a terminating null character.