Browse Source

Added switch to select language

michael 27 years ago
parent
commit
232adb26c5
1 changed files with 19 additions and 3 deletions
  1. 19 3
      fcl/inc/classes.inc

+ 19 - 3
fcl/inc/classes.inc

@@ -16,8 +16,18 @@
  *       Class implementations are in separate files.                 *
  *       Class implementations are in separate files.                 *
  **********************************************************************}
  **********************************************************************}
 
 
-{!!!TSE 21.08.1998 added german exception messages}
+{
+ Include all message strings
+
+ Add a language with IFDEF LANG_NAME
+ just befor the final ELSE. This way English will always be the default.
+}
+
+{$IFDEF LANG_GERMAN}
 {$i constsg.inc}
 {$i constsg.inc}
+{$ELSE}
+{$i constse.inc}
+{$ENDIF}
 
 
 { Utility routines }
 { Utility routines }
 {$i util.inc}
 {$i util.inc}
@@ -336,7 +346,10 @@ end;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.4  1998-09-23 07:47:40  michael
+  Revision 1.5  1998-09-23 08:41:55  michael
+  Added switch to select language
+
+  Revision 1.4  1998/09/23 07:47:40  michael
   + Some changes by TSE
   + Some changes by TSE
 
 
   Revision 1.3  1998/06/03 15:10:20  michael
   Revision 1.3  1998/06/03 15:10:20  michael
@@ -375,7 +388,10 @@ end;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.4  1998-09-23 07:47:40  michael
+  Revision 1.5  1998-09-23 08:41:55  michael
+  Added switch to select language
+
+  Revision 1.4  1998/09/23 07:47:40  michael
   + Some changes by TSE
   + Some changes by TSE
 
 
   Revision 1.3  1998/06/03 15:10:20  michael
   Revision 1.3  1998/06/03 15:10:20  michael