Find System locale systeminfo command
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.