The language property determines what language the browser supports.
The return value is a string.
<html> <head> <title> Example of the language property of the navigator object</title> </head> <body> <script language="JavaScript"> <!-- document.write(navigator.language); --> </script> </body> </html>