Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I can't find a single reference that state that it's possible without involving the serverside.</p> <p>MSDN on:</p> <ul> <li>navigator.<a href="http://msdn.microsoft.com/en-us/library/ms533542(VS.85).aspx" rel="noreferrer">browserLanguage</a></li> <li>navigator.<a href="http://msdn.microsoft.com/en-us/library/ms534653(VS.85).aspx" rel="noreferrer">systemLanguage</a></li> <li>navigator.<a href="http://msdn.microsoft.com/en-us/library/ms534713(VS.85).aspx" rel="noreferrer">userLanguage</a></li> </ul> <p>From browserLanguage:</p> <blockquote> <p>In Microsoft Internet Explorer 4.0 and earlier, the browserLanguage property reflects the language of the installed browser's user interface. For example, if you install a Japanese version of Windows Internet Explorer on an English operating system, browserLanguage would be ja.</p> <p>In Internet Explorer 5 and later, however, the browserLanguage property reflects the language of the operating system regardless of the installed language version of Internet Explorer. However, if Microsoft Windows 2000 MultiLanguage version is installed, the browserLanguage property indicates the language set in the operating system's current menus and dialogs, as found in the Regional Options of the Control Panel. For example, if you install a Japanese version of Internet Explorer 5 on an English (United Kingdom) operating system, browserLanguage would be en-gb. If you install Windows 2000 MultiLanguage version and set the language of the menus and dialogs to French, browserLanguage would be fr, even though you have a Japanese version of Internet Explorer.</p> <blockquote> <p>Note This property does not indicate the language or languages set by the user in Language Preferences, located in the Internet Options dialog box.</p> </blockquote> </blockquote> <p>Furthermore, it looks like <code>browserLanguage</code> is deprecated cause IE8 doesn't list it</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload