locale
sets object with locale structure
object locale;
Example
webix.ui({
view: "docmanager",
locale: {
lang: "ru",
webix: {
"ru":"ru-RU"
}
}
// other properties
});
Related samples
Details
The object can have the following properties:
- lang (string) - name of the current Jet locale in use
- webix (object) - an object that sets the correspondence between Jet
and Webix locale names.It is necessary to translate all the labels of inner
Webix components within the widget.
See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support,
connect with other developers, and share your feedback there.