Ich mach da so :


Code:
Const Deutsch = 0
Const Englisch = 1
Const Sprache = Deutsch     

#if Anzeige_glcd = On
  Cls
  #if Sprache = Deutsch
      Lcdat 1 , 30 , "Grundabgleich"
  #endif
  #if Sprache = Englisch
      Lcdat 1 , 20 , "First comparison"
  #endif
  Lcdat 2 , 60 , "X"
  Lcdat 8 , 60 , "Y"
  Line(0 , 16) -(127 , 16) , 1
  Line(0 , 35) -(127 , 35) , 1
  Line(0 , 54) -(127 , 54) , 1
#endif
lg Gento