Need a special offer?Find out if your project fits.
+
All documentation
API reference
  • API Reference for older versions
  • localizationerror

    [starting from version: 2.3]

    It is triggered when some error appeared while loading a localization file.

    Example

    flexmonster.on('localizationerror', function () {
      alert('Error with localization file!');
    });
    

    Check out on JSFiddle.

    See also

    loadinglocalization
    localizationloaded