---
title: "The i18n Flag"
slug: "the-i18n-flag"
updated: 2020-05-06T16:08:26Z
published: 2020-05-06T16:08:26Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://onpremises.webtrends.help/llms.txt
> Use this file to discover all available pages before exploring further.

# The i18n Flag

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