<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - System input language is always ignored on Linux"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=108151#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - System input language is always ignored on Linux"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=108151">bug 108151</a>
              from <span class="vcard"><a class="email" href="mailto:caolanm@redhat.com" title="Caolán McNamara <caolanm@redhat.com>"> <span class="fn">Caolán McNamara</span></a>
</span></b>
        <pre>On windows we get an explicit WM_INPUTLANGCHANGE message 

<a href="https://msdn.microsoft.com/en-us/library/windows/desktop/ms632629%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396">https://msdn.microsoft.com/en-us/library/windows/desktop/ms632629%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396</a>

which states the language the Input Method is for

Under linux, e.g. for GTK, we use GtkIMContext
<a href="https://developer.gnome.org/gtk3/stable/GtkIMContext.html">https://developer.gnome.org/gtk3/stable/GtkIMContext.html</a> which doesn't
send/provide an equivalent explicit language that the IM is for

Maybe its possible to make an educated guess as to what the language is by
examining the domain or the default_locales field of GtkIMContextInfo
<a href="https://developer.gnome.org/gtk3/stable/GtkIMContext.html#GtkIMContextInfo">https://developer.gnome.org/gtk3/stable/GtkIMContext.html#GtkIMContextInfo</a> but
on the face of it at least there doesn't seem to be a non-ambiguous way to tell
what language the IM is for under Linux</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>