doldolekim Posted September 19, 2024 Posted September 19, 2024 (edited) In Windows NT 4.0 and some 2000 beta builds, "setup is loading files", "setup is inspecting your computer's hardware configuration", etc... are localized to each language. Translation: "Setup is inspecting your computer's hardware configuration" (above), "Setup is loading files (Windows 2000 Executive)" (below) I opened SETUPLDR.BIN in notepad++, then found several localized strings. but it can't be modified on most resource editors, since it is not 32-bit file. So How should we add localized strings to that file? Edited September 19, 2024 by doldolekim
George King Posted September 20, 2024 Posted September 20, 2024 You can HexEdit that file, just keep same length for your new strings. It must be same or shorter.
user57 Posted September 20, 2024 Posted September 20, 2024 its something for the 2000 forum, there is an extra entry for win2k
doldolekim Posted September 22, 2024 Author Posted September 22, 2024 (edited) On 9/20/2024 at 5:48 PM, George King said: You can HexEdit that file, just keep same length for your new strings. It must be same or shorter. one CJK character occupies two bytes. So editing would be limited. If I want strings longer than original, then recompiling SETUPLDR from leaked source is only answer? Edited September 22, 2024 by doldolekim
George King Posted September 22, 2024 Posted September 22, 2024 52 minutes ago, doldolekim said: one CJK character occupies two bytes. So editing would be limited. If I want strings longer than original, then recompiling SETUPLDR from leaked source is only answer? Probably yes, maybe you can find how to properly extract string from this BIN format and then mod it. For example, like Resource Hacker can add longer strings without any issues. I quess recompiling is only way to fully translate it at the moment.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now