Class: Wx::LocaleForm

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

Overview

The values understood by Wx::UILocale#get_localized_name.

The values specify the form of a localized name.

See Also:

  • UILocale#get_localized_name

Requires:

  • USE_INTL

Constant Summary collapse

LOCALE_FORM_NATIVE =

Name should be returned in the language of the locale itself.

Wx::LocaleForm.new(0)
LOCALE_FORM_ENGLISH =

Name should be returned in English.

Wx::LocaleForm.new(1)