home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / dev / AmigaE / ArisModules / ELocale / eLocale.readme < prev    next >
Text File  |  1995-08-21  |  895b  |  22 lines

  1. eLocale.m
  2.  
  3. An OO Module for AmigaE for easier locale.library access.
  4.  
  5. Main part of the module is the object eLocale whith only 2 Methodes:
  6. -init(strngs,catname,doout=FALSE)
  7.  
  8.  ARGUMENTS:
  9.      - strngs an AmigaE List of Strings example: ['OK|Abort','About',...]
  10.               these strings will be built in strings ,they must be given and
  11.               must be in english for now (You can change that in Source of Module and
  12.               then compile it to get soem other language as built in default)
  13.      - catname name of catalog for your application usualy <prgname>.catalog
  14.                *must* be given
  15.      - doout  these arg should be only TRUE if you want that your program raises
  16.               an exception if locale.library can`t be opened.(default FALSE)
  17.  
  18. You should get catcomp and docs for it to know how to make your own .cd and .ct files
  19.  
  20. Made by Aris Basic
  21. aris@mubo.augusta.de
  22.