Find System locale systeminfo command

by admin on July 2, 2010

We can find system locale using systeminfo command as shown below.

systeminfo | findstr /B /C:”System Locale” 

Example:


C:\>systeminfo | findstr /B /C:”System Locale” 
System Locale:             en-us;English (United States)



Few blog readers had put this question whether it is possible to change the system locale from command line? I do not know if this is possible. If you know how to change system locale from command prompt please let us know by writing in the comments section below.

{ 4 comments… read them below or add one }

Anonymous July 12, 2010 at 6:55 am

Dear Sir,

I would like to get a list of hardware in pc by command line.

Do you have any idea for me?

Please reply me to know by email: chatchai.keng@gmail.com

Thank you very much.
Chatchai.

Reply

Techblogger July 14, 2010 at 4:47 am

Just run Systeminfo command without passing any parameters..it displays hardware information..

Reply

PAscal January 9, 2012 at 3:00 am

Hello,

I have win XP and win 7 and I tried in command prompt(DOS): systeminfo | findstr /B /C:”System Locale” and systeminfo but both doesnt work…

Do you know why?

I really need to know what are my locales available because i use GETTEXT function for translation but it only translate in engish and not in french….

Please help me please!!

Anonymous March 16, 2011 at 10:24 am

This blog is good, Thanks alot

Reply

Leave a Comment

Previous post:

Next post: