{
Scanner scan = new Scanner(new File(System.getProperty("user.home") + "/.multiconvert/" + "settings.ini"));
path = scan.nextLine().substring(5).trim();
int l = Integer.parseInt(scan.nextLine().substring(5).trim());
if(l == 0)
lang = new Deutsch();
else if(l == 1)
lang = new English();
else if(l == 2)
lang = new Spanish();
while(scan.hasNextLine())