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

Type ILocale

Interface --+
            |
           ILocale


This class contains all important information about the locale.

Usually a Locale is identified using a specific language, country and variant. However, the country and variant are optional, so that a lookup hierarchy develops. It is easy to recognize that a locale that is missing the variant is more general applicable than the one with the variant. Therefore, if a specific Locale does not contain the required information, it should look one level higher. There will be a root locale that specifies none of the above identifiers.
Class Variable Summary
unicode dates = u'Dates\n\nILocaleDates object that contains dat...
unicode delimiters = u'Delimiters\n\nContains various Currency d...
unicode displayNames = u'Display Names\n\nILocaleDisplayNames ob...
str getLocaleID = 'Return a locale id as specified in the LD...
unicode id = u'Locale identity\n\nILocaleIdentity object identif...
unicode numbers = u'Numbers\n\nILocaleNumbers object that contai...
unicode orientation = u'Orientation\n\nILocaleOrientation with t...

Class Variable Details

dates

Type:
unicode
Value:
u'Dates\n\nILocaleDates object that contains date/time data.'          

delimiters

Type:
unicode
Value:
u'Delimiters\n\nContains various Currency data.'                       

displayNames

Type:
unicode
Value:
u'Display Names\n\nILocaleDisplayNames object that contains localized\\
n                        names.'                                       

getLocaleID

Type:
str
Value:
'Return a locale id as specified in the LDML specification'            

id

Type:
unicode
Value:
u'Locale identity\n\nILocaleIdentity object identifying the locale.'   

numbers

Type:
unicode
Value:
u'Numbers\n\nILocaleNumbers object that contains number data.'         

orientation

Type:
unicode
Value:
u'Orientation\n\nILocaleOrientation with text orientation info.'       

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