Click or drag to resize

OSKeyboardGetLayoutLanguage Method

Returns the ISO-639/BCP-47 language code of the keyboard layout at position index.

Note: This method is implemented on Linux, macOS and Windows.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static string KeyboardGetLayoutLanguage(
	int index
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Godot.OS.KeyboardGetLayoutLanguage(System.Int32)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.OS.KeyboardGetLayoutLanguage(System.Int32)"]

See Also