CultureInfo.KeyboardLayoutId Property

Definition

Gets the active input locale identifier.

public virtual int KeyboardLayoutId { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public virtual int KeyboardLayoutId { get; }

Property Value

A 32-bit signed number that specifies an input locale identifier.

Attributes

Remarks

The input locale identifier was formerly called the keyboard layout. An input locale identifier is a broader concept than a keyboard layout since it can also indicate a speech-to-text converter, an Input Method Editor (IME), or any other form of input.

Applies to