Efl.Ui.L10n (interface)

Description

Interface for all translatable text APIs.

This is intended for translation of human readable on-screen text strings but may also be used in text-to-speech situations.

Members

l10n_text (get, set)

A unique string to be translated.
const char *efl_ui_l10n_text_get(const Eo *obj, const char **domain);
void efl_ui_l10n_text_set(Eo *obj, const char *label, const char *domain);


translation_update protected

Requests this object to update its text strings for the current locale.
void efl_ui_l10n_translation_update(Eo *obj);


Events