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

loadinglocalization

[starting from version: 2.3]

It is triggered when a localization file starts loading. To track possible errors use localizationerror. To make sure that loading of the localization file was successful use localizationloaded.

Example

pivot.on('loadinglocalization', function () {
alert('Loading localization file!');
});

Try on JSFiddle.

See also

localizationloaded
localizationerror