Efl.Ui.I18n (interface)

Description

A common Internationalization interface for UI objects.

Members

language (get, set)

The (human) language for this object.
const char *efl_ui_language_get(const Eo *obj);
void efl_ui_language_set(Eo *obj, const char *language);


mirrored (get, set)

Whether this object should be mirrored.
Eina_Bool efl_ui_mirrored_get(const Eo *obj);
void efl_ui_mirrored_set(Eo *obj, Eina_Bool rtl);


mirrored_automatic (get, set)

Whether the property Efl.Ui.I18n.mirrored should be set automatically.
Eina_Bool efl_ui_mirrored_automatic_get(const Eo *obj);
void efl_ui_mirrored_automatic_set(Eo *obj, Eina_Bool automatic);


Events