/*	ELANG.H:	Language specific definitions for
			MicroEMACS 3.10
			(C)opyright 1988 by Daniel Lawrence
*/

#if	ENGLISH
#include	"english.h"
#define LANGUAGE "english"
#endif
#if	FRENCH
#include	"french.h"
#define LANGUAGE "french"
#endif
#if	SPANISH
#include	"spanish.h"
#define LANGUAGE "spanish"
#endif
#if	GERMAN
#include	"german.h"
#define LANGUAGE "german"
#endif
#if	DUTCH
#include	"dutch.h"
#define LANGUAGE "dutch"
#endif
#if	PLATIN
#include	"platin.h"
#define LANGUAGE "pig latin"
#endif
