Efl.Ui.Text.input_panel_language

Description

The language mode of the input panel.

This API can be used if you want to show the alphabet keyboard mode.

Values

  • lang - Language to be set to the input panel.

Signature

@property input_panel_language {
    get {}
    set {}
    values {
        lang: Elm.Input.Panel.Lang;
    }
}

C signature

Elm_Input_Panel_Lang efl_ui_text_input_panel_language_get(const Eo *obj);
void efl_ui_text_input_panel_language_set(Eo *obj, Elm_Input_Panel_Lang lang);

Implemented by