To fix the error you report, and also report an error as "Undefined index: submit in /var/www/html/install/index.php on line 78"
, change:
if ($_POST['submit'])
to:
if (isset($_POST['submit']))
2nd issue:
I would add some debugging to your code to see what the result of $_POST['language']
is. Maybe you aren't catching the language properly in your switch