CultureAndRegionInfoBuilder.KeyboardLayoutId Property

Definition

Gets or sets the active input locale identifier.

public:
 property int KeyboardLayoutId { int get(); void set(int value); };
public int KeyboardLayoutId { get; set; }
member this.KeyboardLayoutId : int with get, set
Public Property KeyboardLayoutId As Integer

Property Value

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

Exceptions

In a set operation, the value is zero.

Remarks

The KeyboardLayoutId property corresponds to the KeyboardLayoutId property.

The input locale identifier was formerly called the keyboard layout. The identifier can be used for a speech-to-text converter, an Input Method Editor (IME), or any other form of input.

Applies to