I have an application that requires .Net. I have found out how to check registry values to see if .Net is installed and whether or not it is the proper version.
What I want to know is this: Will registry values change based on the Language setting of the OS. That is, if someone in Peru installs .Net and my application calls something like
key.GetValue("Version");
will "Version" be recognised? or will it need to be the Spanish form of "Version".