AmigaBase uses the locale.library. So it is possible to display texts
in various languages. Currently AmigaBase only supports german and english
texts.

If you want AmigaBase to support your language, you have to edit the
file AppStrings.source and translate it into your language.
For each string you have to insert a line like this:

/* Language-ID "Your translation" */

where Language-ID is one of:

   D      german
	DK     danish
	E      spanish
	F      french
	GB     english
	I      italian
	N      norwegian
	NL     dutch
	P      portuguese
	S      svedish

Put the translated strings just behind the originals.

Then use MakeCat to build the locale-file.
MakeCat is PD. You find it on the german AmigaMagazin Disk 1, or from:

   PALADINSOFTWARE
 	Jakob-Bernhard-Strae 8
 	D-W-6903 Dilsberg
 	Germany

 	Tel.: 06223 / 74630
 	Fax : 06221 / 166071


After that you have to test your locale-file.
Start AmigaBase and test every menuitem. Also in requesters there mustn't be
any duplicated shortcuts.

If you think your locale-file is ok, send me a copy of the AppStrings.source
file to include your language in the next release of AmigaBase.

