// Handle language change header("Location: index.php"); // Reload page to apply the new language // Default language (can be overridden by user choice) // Load the language file $translations = require __DIR__ . "/lang/en.php"; // Fallback to English // Retrieve the user name based on the session ID $userName = "Guest"; // Default value if no user ID is found