dumping the Vista language/locale settings into a file

B

bobfnospam

Is there any utility (or other easy way) to dump the language and locale
settings for a particular system into a file?

The reason I ask is that we support an internationalized product around
the world, and sometimes our users do not get the language behavior they
expect, and we would like a way for them to dump all relevant (and
irrelevant) language settings into a file that they can send back to us.

(It would be easier than asking a user to go through all the control
panel settings and write them down.)

Bob
 

My Computer

Typing systeminfo gives input and system locale. To remove other system info
use
systeminfo | Findstr "locale"

--
..
--
<bobfnospam@newsgroup> wrote in message
news:eQvyYaAXKHA.4780@newsgroup

> Is there any utility (or other easy way) to dump the language and locale
> settings for a particular system into a file?
>
> The reason I ask is that we support an internationalized product around
> the world, and sometimes our users do not get the language behavior they
> expect, and we would like a way for them to dump all relevant (and
> irrelevant) language settings into a file that they can send back to us.
>
> (It would be easier than asking a user to go through all the control panel
> settings and write them down.)
>
> Bob
 

My Computer

That should be locale with a capital L

systeminfo | Findstr "Locale"


--
..
--
<.> wrote in message news:eRNhKPBXKHA.3720@newsgroup

> Typing systeminfo gives input and system locale. To remove other system
> info use
> systeminfo | Findstr "locale"
>
> --
> .
> --
> <bobfnospam@newsgroup> wrote in message
> news:eQvyYaAXKHA.4780@newsgroup

>> Is there any utility (or other easy way) to dump the language and locale
>> settings for a particular system into a file?
>>
>> The reason I ask is that we support an internationalized product around
>> the world, and sometimes our users do not get the language behavior they
>> expect, and we would like a way for them to dump all relevant (and
>> irrelevant) language settings into a file that they can send back to us.
>>
>> (It would be easier than asking a user to go through all the control
>> panel settings and write them down.)
>>
>> Bob
>
 

My Computer

Back
Top