Internationalization issue

Hi,
I am trying to do internationalization by using jquery.i18n.properties-1.0.js (open source js api), I am able to set label names dynamically which has direct (id or for) relationship. I am unable to change lable name dynamically to accordian field which has (webix_ai_id). Please suggest me is there any best way to do internationalization with webix.

Thanks in advance.

Regards,
Muthu

Do you want to change the label dynamically, without reloading the page ?

The simplest way for localization it to run the localization against the initial UI configuration, not the already built UI components. In such case the task is trivial, but you will need to reload the page ( or just reconstruct all UI ) to change the language.

Hi Maksim, Thanks for the reply.
Yes… Can you provide any example code snippet for internationalization with webix, it would be very helpful.
Thanks in advance.

Regards,
Muthu

Hi, I will try to provide some complete demo on Monday
The basic idea can be checked here

http://webix.com/snippet/9dcf8666

Hi Maksim, Thank you so much for the help. I will try to do with your example.

Hi Maksim, I have tried your code snippet it is working perfectly as expected thanks for that. I want to use webix with angular JS that time i am not able to achieve the internationalization.
Thanks in advance.