ComputerInfo.KeyboardLayout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Layout of the (first) keyboard attached to the system
public:
property System::String ^ KeyboardLayout { System::String ^ get(); };
public:
property Platform::String ^ KeyboardLayout { Platform::String ^ get(); };
public string KeyboardLayout { get; }
member this.KeyboardLayout : string
Public ReadOnly Property KeyboardLayout As String