controls

sets text labels for some elements of Webix components

object controls;

Example

webix.i18n.control.select = "Done";
webix.i18n.setLocale();

Related samples

Details

The settings contain a collection of localization options for the controls that are used as parts of other Webix components. Likely it's more convenient to localize in a scope rather than redefining each instance separately:

  • select - text label of the 'Select' button of the multisuggest (used in multiselect input, editor and filter). The default value for the North American locale is "Select".
See also
Back to top