CListBox::GetLocale

Call this member function to retrieve the locale used by the list box. The locale is used, for example, to determine the sort order of the strings in a sorted list box.

Syntax

LCID GetLocale( ) const;

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CListBox Overview, CListBox Member Functions, Control Classes, CListBox::SetLocale