trying to change resource languages into an exe/dll file programatically, I've tried to do that with UpdateResource
but it doesn't work since the language per item is not part of the resource template, it seems to be in a structure caller RESOURCEHEADER
which is located at the beginning of each resource type...
Thus accessing to this part seems to be a bit complicated, no API to do that.
The only thing left would be to reverse engineer the structure and update the binary directly, but I prefer asking before.