<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - window.navigator.language incorrectly returns all lowercase string"
   href="https://bugs.webkit.org/show_bug.cgi?id=163096#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - window.navigator.language incorrectly returns all lowercase string"
   href="https://bugs.webkit.org/show_bug.cgi?id=163096">bug 163096</a>
              from <span class="vcard"><a class="email" href="mailto:cdumez&#64;apple.com" title="Chris Dumez &lt;cdumez&#64;apple.com&gt;"> <span class="fn">Chris Dumez</span></a>
</span></b>
        <pre>As per <a href="https://developer.apple.com/reference/corefoundation/1666963-cflocale?language=objc">https://developer.apple.com/reference/corefoundation/1666963-cflocale?language=objc</a> , CFLocale is using BCP-47 language tags. Our Mac implementation is relying on CFLocaleCopyPreferredLanguages() which does return BCP-47 language tags.

However, we then call httpStyleLanguageCode() on them which alters their format (and lower cases them).</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>