Package zope :: Package i18n :: Package interfaces :: Module locales :: Class ILocaleProvider
[show private | hide private]
[frames | no frames]

Type ILocaleProvider

Interface --+
            |
           ILocaleProvider


This interface is our connection to the Zope 3 service. From it we can request various Locale objects that can perform all sorts of fancy operations.

This service will be singelton global service, since it doe not make much sense to have many locale facilities, especially since this one will be so complete, since we will the ICU XML Files as data.
Class Variable Summary
str getLocale = 'Get the Locale object for a particular lang...
str loadLocale = 'Load the locale with the specs that are gi...

Class Variable Details

getLocale

Type:
str
Value:
'''Get the Locale object for a particular language, country and
        variant.'''                                                    

loadLocale

Type:
str
Value:
'''Load the locale with the specs that are given by the arguments of
        the method. Note that the LocaleProvider must know where to ge\
t the
        locales from.'''                                               

Generated by Epydoc 2.1 on Fri Jun 24 12:01:19 2005 http://epydoc.sf.net