How to get system locale in Windows 7 cmd?

Solution 1:

There's not a specific command (or at least, not one that I'm aware of) to get this information, but you can find it between those provided by systeminfo.exe.

Solution 2:

Get-UICulture or Get-Host in PowerShell

(capitalization optional)