home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Breakthrough: Utilities & Productivity
/
SharewearBreakthroughUtil_ProdCol.cdr
/
util
/
mews
/
elang.h
< prev
next >
Wrap
C/C++ Source or Header
|
1991-06-11
|
661b
|
38 lines
/* 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
#if JAPAN
#include "japan.h"
#define LANGUAGE "japaneese"
#endif
#if LATIN
#include "latin.h"
#define LANGUAGE "latin"
#endif