Skip to content

Latest commit

 

History

History
84 lines (53 loc) · 2.42 KB

lb-getlocale.md

File metadata and controls

84 lines (53 loc) · 2.42 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
LB_GETLOCALE message (Winuser.h)
Gets the current locale of the list box. You can use the locale to determine the correct sorting order of displayed text (for list boxes with the LBS\_SORT style) and of text added by the LB\_ADDSTRING message.
ec814b03-5ce2-4b81-a36c-ab4c115f88be
LB_GETLOCALE message Windows Controls
apiref
LB_GETLOCALE
Winuser.h
HeaderDef
reference
05/31/2018

LB_GETLOCALE message

Gets the current locale of the list box. You can use the locale to determine the correct sorting order of displayed text (for list boxes with the LBS_SORT style) and of text added by the LB_ADDSTRING message.

Parameters

wParam

Not used; must be zero.

lParam

Not used; must be zero.

Return value

The return value specifies the current locale of the list box. The HIWORD contains the country/region code and the LOWORD contains the language identifier.

Remarks

The language identifier consists of a sublanguage identifier and a primary language identifier. Use the PRIMARYLANGID macro to extract the primary language identifier from the LOWORD of the return value, and the SUBLANGID macro to extract the sublanguage identifier.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Winuser.h (include Windows.h)

See also

Reference

LB_ADDSTRING

LB_SETLOCALE

Other Resources

PRIMARYLANGID

SUBLANGID