PowerTip: Use PowerShell to Verify UI Culture

Doctor Scripto

Summary: Use Windows PowerShell to verify user interface culture.

Hey, Scripting Guy! Question I have several language installations of Windows on my network, and prior to running a script, I would like to use
          Windows PowerShell to verify the input culture so I can choose the correct operating system.

Hey, Scripting Guy! Answer Use the Get-UICulture cmdlet and choose the Name or the LCID property:

(Get-UICulture).name

(Get-UICulture).LCID

0 comments

Discussion is closed.

Feedback usabilla icon