<html> <body> <?php include "language.class.php"; $dl = new detect_language; echo "Prefered language of this browser is ".$dl->detected_language; ?> </body> <html>