home *** CD-ROM | disk | FTP | other *** search
/ ISV Strong Games / ISV_STRONG_GAMES.iso / strategy / tyrnth / !Trynth / Resources / UK / Docs / ResFind < prev   
Text File  |  1994-05-17  |  2KB  |  44 lines

  1.     ResFind is copyrighted ©1992
  2.     Olaf Krumnow & Herbert zur Nedden
  3.     German Archimedes Group (GAG)
  4.  
  5. !Trynth adapts automatically to the configured language if the corresponding
  6. messages etc. are available. For this purpose a Resources directory is
  7. contained in the application in which a subdirectory for each language
  8. supported resides. If the language you need isn't in there, please feel free
  9. to duplicate any of these language directories and translate the contents.
  10.  
  11. When you run the program a utility called ResFind is called which reads the
  12. language your computer is configured to and then looks for the corresponding
  13. language directory. If this fails the program will run in English (UK). By
  14. setting several system variables (best done in your system's !Boot file) you
  15. can change the language looked for. With this you can make sure a program
  16. runs in a certain language, e.g. to avoid a weird translation. Furthermore
  17. it is possible to name several languages you prefer to English. This is
  18. controlled by three system variables: Trynth$Language, ResFind$LanguagesPref
  19. und ResFind$Languages$Suff. When running the application ResFind looks for
  20. the first language supported along the following list of languages:
  21.  
  22.   1. Contents of the variable Trynth$Language
  23.   2. Contens of the variable ResFind$LanguagesPref
  24.   3. The configured language
  25.   4. Contens of the variable ResFind$LanguagesSuff
  26.   5. UK
  27.  
  28. Take a Norwegian user for example (lots of great programs come from there)
  29. whose computer is configured to 'Norway'. Since this language isn't too
  30. common in Europe most programs won't support it - except for Norwegian ones.
  31. But our user is pretty good in German and French but not too fond of
  32. English. Therefore he prefers these languages to UK and would thus put the
  33. following line in his system's !Boot file:
  34.  
  35. *Set ResFind$LanguagesSuff Germany,France
  36.  
  37. Running an applications (such as this one) using ResFind the list of
  38. languages looked for is 'Norway,Germany,France,UK'. In case this user hat an
  39. application calles !Pete supporting the languate 'Humorous' the line
  40.  
  41. *Set Pete$Language Humor
  42.  
  43. in the !Boot file makes sure !Pete will run humorous.
  44.