We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.
All documentation
  • API Reference for older versions
  • localizationerror

    [starting from version: 2.3]

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

    Example

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

    Check out on JSFiddle.

    See also

    loadinglocalization
    localizationloaded