?>
<!DOCTYPE html>
-<html>
+<html lang="<?php echo Friendica\DI::l10n()->getCurrentLang(); ?>">
<head>
<title><?php if(!empty($page['title'])) echo $page['title'] ?></title>
<script>var baseurl="<?php echo Friendica\DI::baseUrl() ?>";</script>
$is_singleuser = DI::config()->get('system', 'singleuser');
$is_singleuser_class = $is_singleuser ? "is-singleuser" : "is-not-singleuser";
?>
-<html>
+<html lang="<?php echo DI::l10n()->getCurrentLang(); ?>">
<head>
<title><?php if (!empty($page['title'])) {
echo $page['title'];
?>
<!DOCTYPE html>
-<html>
+<html lang="<?php echo DI::l10n()->getCurrentLang(); ?>">
<head>
<title><?php if(!empty($page['title'])) {
echo $page['title'];
?>
<!DOCTYPE html>
-<html>
+<html lang="<?php echo DI::l10n()->getCurrentLang(); ?>">
<head>
<title><?php if(!empty($page['title'])) {
echo $page['title'];
*/
?>
<!DOCTYPE html>
-<html>
+<html lang="<?php echo Friendica\DI::l10n()->getCurrentLang(); ?>">
<head>
<title><?php if(!empty($page['title'])) echo $page['title'] ?></title>
<script>var baseurl="<?php echo Friendica\DI::baseUrl() ?>";</script>