120121122123124125126127128129130
if(l == 0) lang = new Deutsch(); else if(l == 1) lang = new English(); else if(l == 2) lang = new Spanish(); while(scan.hasNextLine()) presets.add(scan.nextLine().split("=")[1]); scan.close(); }