Introduction
This vi is used to read the current Keyboard being used on a Windows Operating System.
Description
This vi is used to read the current Keyboard being used on a Windows Operating System. It used information from MSDN - GetKeyboardLayout Function to reach functionality. The hex information returned can be used in conjuction with the MSN Language Indentifier to identify the current keyboard layout used.
Requirements
- LabVIEW 2012 (or compatible)
Steps to Implement or Execute Code
- Download the vi and run. Compare Hex returned information with MSN Language Identifier to check which is being used.
Additional Information or References
VI Snippet
Uses LabVIEW call library function with user32.dll
**This document has been updated to meet the current required format for the NI Code Exchange.**