Implementation of the ILocale interface.
There are no attributes in this class.
getInheritedSelf()
See zope.i18n.interfaces.locales.ILocaleInheritance
This is the really interesting method that looks up the next (more general) Locale object. This is used in case this locale object does not have the required information.
This method works closely with with LocaleProvider.
getLocaleID()
Return the locale id.
There are no known subclasses.