home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 3
/
Meeting_Pearls_III.iso
/
Pearls
/
dev
/
AmigaE
/
ArisModules
/
ELocale
/
eLocale.readme
< prev
next >
Wrap
Text File
|
1995-08-21
|
895b
|
22 lines
eLocale.m
An OO Module for AmigaE for easier locale.library access.
Main part of the module is the object eLocale whith only 2 Methodes:
-init(strngs,catname,doout=FALSE)
ARGUMENTS:
- strngs an AmigaE List of Strings example: ['OK|Abort','About',...]
these strings will be built in strings ,they must be given and
must be in english for now (You can change that in Source of Module and
then compile it to get soem other language as built in default)
- catname name of catalog for your application usualy <prgname>.catalog
*must* be given
- doout these arg should be only TRUE if you want that your program raises
an exception if locale.library can`t be opened.(default FALSE)
You should get catcomp and docs for it to know how to make your own .cd and .ct files
Made by Aris Basic
aris@mubo.augusta.de