Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This message is sent by an application to set 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_ADDSTRINGmessage.

Syntax

LB_SETLOCALE wParam = (WPARAM) 
wLocaleID; 

lParam = 0;

Parameters

wLocaleID

Locale identifier that the list box uses for sorting when adding text.

lParam

Not used.

Return Value

The return value is the previous locale identifier. If the wLocaleIDparameter specifies a locale that is not installed on the system, the return value is LB_ERR and the current list box locale is not changed.

Remarks

Use the MAKELCIDmacro to construct a locale identifier.

Requirements

Header winuser.h
Windows Embedded CE Windows CE 1.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also