mri18n__define.pro


Name:
mri18n
Methods:
General
mri18n                          : returns the only instance of this object
mri18n->setLocale               : sets the current locale
mri18n->get                     : returns a translation - see mrHash::get

Private
mri18n::init                    : this is a singleton, so init is 'private'
mrI18N__define                  : constructor, part I
mrI18n::cleanup                 : destructor
Description:
I needed some translations in some of the lib's classes. This is
a very simple implementation to get something running quickly.
Essentially a hash whose values are set programmatically.
And a singleton - as far as this is possible in IDL.

Name:
mrI18n::init
Description:
Instanciate one object

Name:
mrI18n::cleanup
Type:
Private Procedure
Description:
the destructor

Name:
mrI18n::setLocale
Syntax:
obj->setLocale, locale
Return value:

Name:
mrI18n__define
Type:
Private procedure
Description:
The constructor

Last modified: Mon Nov 29 13:30:06 2004