~~Title: Efl.Ui.I18n~~ ====== Efl.Ui.I18n (interface) ====== ===== Description ===== %%A common Internationalization interface for UI objects.%% {{page>:develop:api-include:efl:ui:i18n:description&nouser&nolink&nodate}} ===== Members ===== **[[:develop:api:efl:ui:i18n:property:language|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); \\ **[[:develop:api:efl:ui:i18n:property:mirrored|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); \\ **[[:develop:api:efl:ui:i18n:property:mirrored_automatic|mirrored_automatic]]** //**(get, set)**//\\ > %%Whether the property %%[[:develop:api:efl:ui:i18n:property:mirrored|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 =====