The i18n Flag
  • 06 May 2020
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

The i18n Flag

  • Dark
    Light
  • PDF

Article Summary

The i18n Flag

The i18n flag turns the internationalization support on, which is needed if you plan to use the Webtrends encoding conversion plug-in. Setting this flag to false turns internationalization off.

JavaScript Example:

window.webtrendsAsyncInit = function () {
        var dcs = new Webtrends.dcs();
        dcs.init( {
                dcsid: "dcs9x99xxxx9xxx9xx9xxxx9x_9x9x",
                i18n: false
        });
        dcs.track();
}

Was this article helpful?