README,v 1.4 1994/06/03 06:11:05 lindner Exp

How to install and use Internationalized message strings.
---------------------------------------------------------

Gopher now uses the catopen/catgets calls to read data from message
catalogs.  Installing these can be difficult at times.  Here are a few
hints on getting these message files working.

1) Make the files into binary catalogs using the 'gencat' utility.  If
   you type 'make' in this directory they should automatically generate
   themselves.

2) Now, you need to figure out where to install the files.  Different
   operating systems have different places to put these files.  Some
   like /usr/lib/locales/, others /usr/lib/nls, etc.

   Look at the manual page for catopen() or intro in section 5 of your 
   manual pages for more information.  Specifically look for
   information on the value of the NLSPATH variable.

3) Once you have the files in the correct locations you can use them
   by changing your LANG or LC_MESSAGES environment variable.

   i.e

     LANG=fr    or
     setenv LC_MESSAGES Es
   
   Note that case is significant.  The catopen() routines will most
   likely look in the following location for it's cat file in:

    {NLSLIB}/{lang}/LC_MESSAGES/gopher.cat

   NLSLIB is defined as your OS specific languages directory, where
   {lang} is the value of the LC_MESSAGES environment variable or the
   LANG variable

   Other systems put these files in different locations.  Consult your
   manual pages for more information.


What t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     