erocarrera / pefile

pefile is a Python module to read and work with PE (Portable Executable) files
MIT License
1.88k stars 522 forks source link

Language references #407

Closed j-t-1 closed 2 months ago

j-t-1 commented 5 months ago

I am trying to check lang and sublang, are there canonical references for these?

j-t-1 commented 2 months ago

winnt.h:

The Language ID concept is deprecated, please use Locale Names instead, eg: "en" instead of a LANGID like 0x09. See the documentation for GetLocaleInfoEx.

Although deprecated, there is not a direct replacement that could be used by pefile, and thus the status quo is fine.