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 }
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.
Just run Systeminfo command without passing any parameters..it displays hardware information..
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!!
This blog is good, Thanks alot