CComboBox::GetLocale

This member function retrieves the locale used by the combo box. The locale is used, for example, to determine the sort order of the strings in a sorted combo 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

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