nvda
9faaf0df - languageHandler: support mappings of all Windows primary language locale identifiers to locale names. This has been manually calculated from locale.windows_locale. Oddly windows_locale does not contain them directly.

Commit
9 years ago
languageHandler: support mappings of all Windows primary language locale identifiers to locale names. This has been manually calculated from locale.windows_locale. Oddly windows_locale does not contain them directly. Both UI Automation and ITextDocument may expose these primary language locale identifiers if country specific information is not available. For example, the html <p lang="de"> exposes LCID 0x7 (German) as opposed to <p lang="de-DE"> which exposes 0x407 (German, Germany).
Parents
Loading