]> git.mxchange.org Git - friendica.git/blobdiff - mod/install.php
make en the default language
[friendica.git] / mod / install.php
index 4ad851564c7494303349855983d874c1be4acc4d..b1c2010eef5da0f65f8f37ae468824db0046df16 100755 (executable)
@@ -295,7 +295,7 @@ function install_content(&$a) {
 
 
                                '$timezone' => field_timezone('timezone', t('Please select a default timezone for your website'), $timezone, ''),
-                               '$language' => array('language', t('System Language:'), $language, t('Set the default language for your Friendica installation interface and to send emails.'), $lang_choices),
+                               '$language' => array('language', t('System Language:'), 'en', t('Set the default language for your Friendica installation interface and to send emails.'), $lang_choices),
                                '$baseurl' => $a->get_baseurl(),