|
Locale Identifiers
This appendix contains detailed information about national language support in
Microsoft® Windows®. The information presented here pertains to locale identifiers, LCTYPE constants, country codes, and language identifiers.
A locale identifier (LCID) is a DWORD value containing the language identifier in the lower word and a reserved
value in the upper word. The identifier supplied in an LCID is a standard
international numeric abbreviation. This LCID has the components necessary to uniquely
identify one of the installed system-defined locales.
Applications can use the MAKELCID macro to create LCID values.
There are two predefined LCID values: LOCALE_SYSTEM_DEFAULT is the system
default locale, and LOCALE_USER_DEFAULT is the current user's locale.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|