We have updated Flexmonster Software License Agreement, effective as of September 30, 2025 (list of changes)
All documentation

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