February 2nd, 2014

PowerTip: Use PowerShell to Verify UI Culture

Doctor Scripto
Scripter

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

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.