Navigator.systemLanguage (Property)

An MSIE specific language property.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:String primitive
JavaScript syntax:IEnavigator.systemLanguage

This property describes the system specified language and country code. It uses the same language values as the navigator.language property.

Refer to the Language codes topic for a list of the available codes.

The most likely default value you will encounter will be "en" which signifies English but does not make distinction between UK and US variants. The value is supposed to be case insensitive.

Warnings:

See also:Element.lang, ISO 3166, Language codes, Navigator.language, Navigator.userLanguage

Property attributes:

ReadOnly