v7.3.0

Localizable
Mixin

Mixin that provides localization functionality to a class.

// Get localized string
grid.L('foo');
grid.L('L{foo}');

Useful functions

Function Description
L Returns the localized string for the given key
optionalL Returns localized string or the raw value if not found

See also

No results

Configs

Configs are options you supply in a configuration object when creating an instance of this class
  • localizable : Booleantrue
    ADVANCED

    Set to false to disable localization of this object.

Properties

Properties are getters/setters or publicly accessible variables on this class

Functions

Functions are methods available for calling on the class

Source path

Core/localization/Localizable.js

Contents