Jump to content

Disk Locale


Legolash2o

Recommended Posts

you know when you open nlite and it tells you it size, service pack, etc..., mine says united states is there a txt file (or any file) where you can change it to United Kingdom or whatever?

Edited by legolash2o
Link to comment
Share on other sites


no lol, obviously its going to be the same, i was just wondering what file on the disk has this information in it, i want to create a program (not anything like nLite your doing a too good of a job) in C++ and im not asking for the code for it cos i know it already, just the dll, ini, exe, inf which has this info thats all

Edited by legolash2o
Link to comment
Share on other sites

Dear Legolash2go

you know when you open nlite and it tells you it size, service pack, etc..., mine says united states is there a txt file (or any file) where you can change it to United Kingdom or whatever?

Why not you CHECK IT OUT WITH VERSION.DLL or (VERSION.DL_ in installation source)

Or you can further try with these functions

VerLanguageName Function ()

The VerLanguageName function retrieves a description string for the language associated with a specified binary Microsoft language identifier. Syntax ...

http://msdn2.microsoft.com/en-us/library/ms647463.aspx

Version Information

VerLanguageName. The VerLanguageName function retrieves a description string for the language associated with a specified binary Microsoft language identifier.

http://msdn2.microsoft.com/en-us/library/ms646981.aspx

INFO: How the Accessibility RDK Determines the System Language.

... VOID**)&lpdwTrans, &cbTrans)) { lcidUSER = LOWORD(lpdwTrans[0]); } } // end we got version data LocalFree((HLOCAL)lpVersionData); } VerLanguageName ...

http://support.microsoft.com/kb/196787

V Functions (Windows)

VerLanguageName VerQueryValue VerSetConditionMask VirtualAlloc VirtualAllocEx VirtualAllocExNuma VirtualFree VirtualFreeEx VirtualLock VirtualProtect VirtualProtectEx

http://msdn2.microsoft.com/en-us/library/aa383747.aspx

Using Version Information

If the languages of the files conflict, the installation program should also use VerLanguageName to translate the binary language identifier into a text representation of the language. (For example ...

http://msdn2.microsoft.com/en-us/library/ms646985.aspx

Microsoft Win32 to Microsoft .NET Framework API Map

Microsoft .NET Framework and Microsoft Visual Studio User Education Teams Microsoft Corporation. January 2004. Applies to: Microsoft® .NET Framework version 1.0 or 1.1

http://msdn2.microsoft.com/en-us/library/aa302340.aspx

Windows NT 3.1 (Windows)

VerLanguageName VerQueryValue VirtualAlloc VirtualFree VirtualLock VirtualProtect VirtualProtectEx VirtualQuery VirtualQueryEx VirtualUnlock VkKeyScan WaitCommEvent

http://msdn2.microsoft.com/en-us/library/aa383752.aspx

Link to comment
Share on other sites

As trickytwista has said, please do not bump your posts. In doing so you only delay an answer and risk getting your thread locked and/or having your posting abilities restricted.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...