How can I find the O/S Windows Language?
IT Abteilung
Hi, I have PDQ Deploy and Inventory PRO.
In my network I have different O/S language, and if it is possible I want to know the language.
At the moment I send a cmd line command on each Workstation and save the result in the share.
Can I integrate the result in a dynamic collection on PDQ Inventory?
Thanks in advance
0
Comments
What do you want to know? The system language or the user language. As the OS is multi linguaal th values are different.
There are multiple possibilities - http://msdn.microsoft.com/en-us/library/dd318123%28VS.85%29.aspx
Hi,
my O/S are not multi language: the possibility are three languages.
I try this cmd line command and I retrieve the OS language and store it in a file (the result are numbers that represent the languages):
reg query "hklm\system\controlset001\control\nls\language" /v Installlanguage > "C:\Installlanguage.txt"