elm: set language to edje when elm_language_set is called.

Summary:
Application set language using elm_language_set and when elm_language_set is called
language should be set to edje as well

@fix

Test Plan:
Call elm_language_set and check language should be set to
edje as well.

Reviewers: cedric

Differential Revision: https://phab.enlightenment.org/D3365

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Shilpa Singh 2015-12-02 14:55:10 -08:00 committed by Cedric BAIL
parent ea4f743551
commit e69eeef28c
1 changed files with 1 additions and 0 deletions

View File

@ -1155,6 +1155,7 @@ elm_language_set(const char *lang)
{
setlocale(LC_ALL, lang);
_elm_win_translate();
edje_language_set(lang);
}
EAPI Eina_Bool