# Django Translation Integration | Vitra.ai

> Enable multilingual Django applications with Vitra by dynamically translating templates and web content while preserving site structure, performance, and scalability.

**Canonical URL**: https://www.vitra.ai/integration/django
**Source**: This is the Markdown rendering of https://www.vitra.ai/integration/django, generated at build time from that page.

---

![](https://www.vitra.ai/icons/integrations/akar-icons_django-fill.svg)

Vitra integration

# Django Translation

Enable multilingual Django applications with Vitra by dynamically translating templates and web content while preserving site structure, performance, and scalability.

[Connect Django Translation↗](https://universe.vitra.ai)

[←All integrations](https://www.vitra.ai/integrations)

Django Translation

Browse ▾

[←All integrations](https://www.vitra.ai/integrations)

## Install Universe Website Translation on Django

If your website is built using Django, you can easily enable multilingual support by adding a single Vitra snippet to your global template.

Since Django is already inbuilt in your system, no additional packages or configuration are required.

You only need to insert the snippet inside your main layout file so it loads across all pages.

![Django Translation overview](https://www.vitra.ai/static/images/integration/django/1.png)

## Django Integration (Django Already Inbuilt)

- ✓No changes required in settings, URLs, or views.

Workflow

## How it works

01

### Open Your Base Template

- Navigate to your Django project and open:
- templates/base.html
- (Or the main template file that contains the global section.)

02

### Locate the Section

Just above

</head>

, paste your Vitra / Universe Website Translation snippet.

03

### Paste the Vitra Snippet

- `
-
-
- /* Paste Vitra Snippet Here */
-
- `

04

### Save & Restart

- Save the file and restart your Django server:
- python manage.py runserver

![Save & Restart](https://www.vitra.ai/static/images/integration/django/2.png)

Next step

## Universe Website Translation is now active

Universe Website Translation is now active across your entire Django application — including all templates extending base.html and dynamic pages.

[Connect now ↗](https://universe.vitra.ai)

## Where to go next

Django Translation is one way into Vitra.ai. Website translation is the capability doing the work behind it.

[CapabilityWebsite translation](https://www.vitra.ai/features/website-translation)[Read nextTranslate a Django Site the Standard Way](https://www.vitra.ai/general/translate-a-django-site)[Read nextContinuous localization for always-on content](https://www.vitra.ai/general/continuous-localization)

Browse every connector on the [integrations directory](https://www.vitra.ai/integrations).

---

## Structured data

```json
{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Django Translation integration",
  "applicationCategory": "BusinessApplication",
  "operatingSystem": "Web",
  "url": "https://www.vitra.ai/integration/django",
  "description": "Enable multilingual Django applications with Vitra by dynamically translating templates and web content while preserving site structure, performance, and scalability.",
  "featureList": [
    "Enable multilingual Django applications with Vitra by dynamically translating templates and web content while preserving site structure, performance, and scalability.",
    "Enable multilingual Django applications with Vitra by dynamically translating templates and web content while preserving site structure, performance, and scalability."
  ],
  "isPartOf": {
    "@type": "SoftwareApplication",
    "name": "Vitra Universe",
    "url": "https://www.vitra.ai"
  },
  "publisher": {
    "@id": "https://www.vitra.ai/#organization"
  }
}
```

```json
{
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "name": "Home",
      "item": "https://www.vitra.ai"
    },
    {
      "@type": "ListItem",
      "position": 2,
      "name": "Integrations",
      "item": "https://www.vitra.ai/integrations"
    },
    {
      "@type": "ListItem",
      "position": 3,
      "name": "Django Translation integration",
      "item": "https://www.vitra.ai/integration/django"
    }
  ]
}
```
