Hello I would like to ask you how can I translate labels (custom translation) in webix.
Thank you in advance
Hello I would like to ask you how can I translate labels (custom translation) in webix.
Thank you in advance
There is no built in support, but it is rather easy.
You can use any third party lib for localization. For example http://airbnb.io/polyglot.js/. And in UI configuration you can use
{
label:polyglot.t("Some Text"), view:"text"
}
Thank you maksim