Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get Windows DisplayLanguage with Powershell

I am trying to get Windows Display Language setting via powershell. I tried Get-WinUserLanguageList but this returns the list of all languages. Get-WinSystemLocale and Get-Culture are also not the ones that i am looking for. Is there a way to get current display language?

What i am looking for is this:

Language settings

like image 346
dcrt Avatar asked Oct 18 '25 13:10

dcrt


1 Answers

(Get-UICulture).Name

or

$PSUICulture

Official Document Get-UICulture

like image 99
7cc Avatar answered Oct 21 '25 02:10

7cc



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!