Skip to content
  • Chun-wei Fan's avatar
    language-names: Use Windows APIs to acquire language names · b666a767
    Chun-wei Fan authored
    Instead of relying on the iso-codes package, use the native Windows NLS APIs to
    acquire the localized (translated) language names so that we do not need to
    incur an extra runtime dependency on Windows.  It's not coverering 100% of the
    languages that we would like to support through this, but should cover much of
    the things that are required.
    b666a767