Are registry entries language specific?
Posted: Thu May 14, 2009 11:16 am
Hi,
I am hacking up some code to look in the registry to retrieve the default program associated with a file-type. Simple enough.
However, if a user changes the default program through Windows explorer, for example, then, well.. long story short, I have to examine the following registry key :
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.pb
(this is an example for PB files).
I am wondering though if such entries are language specific? I mean there is no point me requesting this key from the registry if my program is running on a machine using German settings if those same keys are in German!
Could some kind German or French or Italian or Welsh soul please have a quick rummage through their registry at the aforementioned key to see if my fears are justified? I am particularly interested in the subkeys 'OpenWithList', 'OpenWithProgids' and 'UserChoice' (especially this last one!)
One part of me says that these keys should indeed be language specific, but another part of me says that this would lead to absolute chaos for apps trying to support multiple languages! Hence my belief (and hope) that all registry keys will be in English regardless!
Better safe than sorry though!
Thanks in advance.
I am hacking up some code to look in the registry to retrieve the default program associated with a file-type. Simple enough.
However, if a user changes the default program through Windows explorer, for example, then, well.. long story short, I have to examine the following registry key :
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.pb
(this is an example for PB files).
I am wondering though if such entries are language specific? I mean there is no point me requesting this key from the registry if my program is running on a machine using German settings if those same keys are in German!
Could some kind German or French or Italian or Welsh soul please have a quick rummage through their registry at the aforementioned key to see if my fears are justified? I am particularly interested in the subkeys 'OpenWithList', 'OpenWithProgids' and 'UserChoice' (especially this last one!)
One part of me says that these keys should indeed be language specific, but another part of me says that this would lead to absolute chaos for apps trying to support multiple languages! Hence my belief (and hope) that all registry keys will be in English regardless!
Better safe than sorry though!
Thanks in advance.