Class: Wx::LocaleName

Inherits:
Enum
  • Object
show all
Defined in:
lib/wx/doc/gen/locale.rb

Overview

The values understood by Wx::UILocale#get_localized_name.

The corresponding strings can be used to display the information in the UI.

See Also:

  • UILocale#get_localized_name

Requires:

  • USE_INTL

Constant Summary collapse

LOCALE_NAME_LOCALE =

Display name of a locale.

Wx::LocaleName.new(0)
LOCALE_NAME_LANGUAGE =

Display name of the language of a locale.

Wx::LocaleName.new(1)
LOCALE_NAME_COUNTRY =

Display name of the country/region of a locale.

Wx::LocaleName.new(2)