*** This document explains how to make other language versions of TkScanFax.
* Multi language support of TkScanFax is written by Masaki SHINOMIYA <shino@pos.to>
and Ryoji Kawagishi <kawagisi@yk.rim.or.jp>  (c) 2001,2002
* You can redistribute this version and/or modify it under the terms of the GPL,
* GNU General Public License as the original TkScanFax

- Language as defalt is "C".  Massage files for "C" is 'msg_C.tcl'.

- To make the message file for another language, make a coppy of the file,
'msg_C.tcl' as 'msg_??.tcl', where '??' is your language code.
And then replace the massages into your language.

- The locale shall be automatically set by looking up the environment variable, LANG.
   If it does not work properly, edit the '-conf.tcl' files.
(1) In 'scan.conf.tcl':
set c(usrlocale) {}  ==> set c(usrlocale) {??}
(2) In 'fax-conf.tcl':
set fax(usrlocale) {} ==> set c(usrlocale) {??}

where ?? is your language code as above.

- You may need another changes in 'fax-conf.tcl' in some case. 

- Make custom 'tex/covermacro-??.tex' if you need.

- Send us your new file 'msg_??.tcl', 'covermacro-??.tex',
 and other files if you made special, via e-mail:
tkscanfax <shino@pos.to>

APPENDIX: some language codes
        C  : English                cs : Czech
        da : Danish                 de : German 
        en : English                eo : Esperanto 
        es : Spanish                fa : Persian
        fi : Finnish                fr : French
        ga : Irish                  hu : Hungarian
        id : Indonesian             it : Italian
        ja : Japanese               kr : Korean
        la : Latin                  no : Norwegian
        nl : Dutch                  pt : Portuguese
        pl : Polish                 ru : Russian
        sl : Slovenian              sv : Swedish
        tr : Turkish                zh : Chines
- The language code are defined in ISO639.
http://www.ics.uci.edu/pub/ietf/http/related/iso639.txt
