navigator.systemLanguage
システムで使用している言語名を返します。Windows版Internet Explorer 4以降、Macintosh版Internet Explorer 5、iCab 3以降が対応しています。 *Macintosh版Internet Explorer 5では環境設定で指定されている言語が返されるため、日本語であっても異なる結果が返されることがあります。
構文
navigator.systemLanguage
例文
<html> <head> <title>navigator.systemLanguage</title> <script type="text/javascript"><!-- window.onload = function() { var txt = navigator.systemLanguage; document.getElementById("result").innerHTML = txt; } // --></script> </head> <body> <div id="result"></div> </body> </html>
関連記事
- navigator.vendorSub
- navigator.vendor
- navigator.userProfile
- navigator.userLanguage
- navigator.userAgent
- navigator.taintEnabled
- navigator.securityPolicy
- navigator.productSub
- navigator.product
- navigator.preference
- navigator.platform
- navigator.oscpu
- navigator.opsProfile
- navigator.onLine
- navigator.language
- navigator.javaEnabled
- navigator.cpuClass
- navigator.cookieEnabled
- navigator.browserLanguage
- navigator.appVersion
- navigator.appName
- navigator.appMinorVersion
- navigator.appCodeName
スポンサーリンク