Package zope :: Package i18n :: Package interfaces :: Class IGlobalMessageCatalog
[show private | hide private]
[frames | no frames]

Type IGlobalMessageCatalog

  Interface --+    
              |    
IMessageCatalog --+
                  |
                 IGlobalMessageCatalog


Class Variable Summary
unicode domain = u'Domain\n\nThe domain the catalog is registere...
str getIdentifier = 'Return a identifier for this message ca...
str getMessage = 'Get the appropriate text for the given mes...
unicode language = u'Language\n\nThe language the catalog transl...
str queryMessage = 'Look for the appropriate text for the gi...
str reload = 'Reload and parse .po file'

Class Variable Details

domain

Type:
unicode
Value:
u'Domain\n\nThe domain the catalog is registered for.'                 

getIdentifier

Type:
str
Value:
'''Return a identifier for this message catalog. Note that this
        identifier does not have to be unique as several message catal\
og
        could serve the same domain and language.

        Also, there are no restrictions on the form of the identifier.
        '''                                                            

getMessage

Type:
str
Value:
'''Get the appropriate text for the given message id.

        An exception is raised if the message id is not found.
        '''                                                            

language

Type:
unicode
Value:
u'Language\n\nThe language the catalog translates to.'                 

queryMessage

Type:
str
Value:
'''Look for the appropriate text for the given message id.

        If the message id is not found, default is returned.
        '''                                                            

reload

Type:
str
Value:
'Reload and parse .po file'                                            

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