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();
}