Package wx :: Class Locale
[frames | no frames]

Type Locale

object --+
         |
        Locale


Proxy of C++ Locale class


Method Summary
Locale __init__(self, language, flags)
  __del__(self)
  __nonzero__(self)
  __repr__(self)
bool AddCatalog(self, szDomain)
  AddCatalogLookupPathPrefix(prefix)
(Static method)
  AddLanguage(info)
(Static method)
LanguageInfo FindLanguageInfo(locale)
(Static method)
String GetCanonicalName(self)
int GetLanguage(self)
LanguageInfo GetLanguageInfo(lang)
(Static method)
String GetLanguageName(lang)
(Static method)
String GetLocale(self)
String GetName(self)
String GetString(self, szOrigString, szDomain)
String GetSysName(self)
int GetSystemEncoding()
(Static method)
String GetSystemEncodingName()
(Static method)
int GetSystemLanguage()
(Static method)
  Init(self, *_args, **_kwargs)
bool Init1(self, szName, szShort, szLocale, bLoadDefault, bConvertEncoding)
bool Init2(self, language, flags)
bool IsLoaded(self, szDomain)
bool IsOk(self)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
Return hash(x)...
  __new__(T, S, ...)
Return a new object with type S, a subtype of T...
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
Return str(x)...

Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 17:05:28 2007 http://epydoc.sf.net