![]() |
|
#2
|
||||
|
||||
|
You can lookup the proper translation ids that the file offers via: VerQueryValueA/VerQueryValueW
They can be requested via the following lookup property: \\VarFileInfo\\Translation MSDN shows an example of doing that here: https://docs.microsoft.com/en-us/windows/win32/api/winver/nf-winver-verqueryvaluea This way you don't have to hardcode it to English only, or guess. Using GetACP won't guarantee a valid number either, as that is specific to the system and not the file.
__________________
Personal Projects Site: https://atom0s.com |
| The Following User Says Thank You to atom0s For This Useful Post: | ||
phroyt (04-29-2020) | ||
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Reading process memory | FEARHQ | General Discussion | 10 | 01-22-2005 21:24 |
| Is it possbile to play a file from the memory without caching it on the HDD? | raladin | General Discussion | 10 | 04-22-2004 01:49 |