Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

How can I find the O/S Windows Language?

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

2 comments
Date Votes
  • 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

    0
  • 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"

    0