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

# Localization quickstart

> A short roadmap for enabling, managing, and shipping localized content in ButterCMS.

Localization lets you manage multiple languages (locales) in one ButterCMS account. Keep this page short—use it as a map to the deeper docs you actually need.

<Note>
  Localization requires account-level enablement. If you don’t see **Settings → Localization**, [contact support](../../support/contact-status/contact-support).
</Note>

## Fast path

1. **Enable locales** in the dashboard.
2. **Translate content** (manual or via integrations).
3. **Fetch localized content** in your app using the locale parameter.

## Editor workflow

<CardGroup cols={2}>
  <Card title="Set Up Locales" icon="gear" href="../../create-content/localization/publishing-localized-content" />

  <Card title="Translate Content" icon="language" href="../../create-content/localization/translating-content" />

  <Card title="Locale Permissions" icon="user-lock" href="../../create-content/localization/locale-based-permissions" />

  <Card title="Publishing Localized Content" icon="calendar" href="../../create-content/localization/publishing-localized-content" />
</CardGroup>

## Developer workflow

<CardGroup cols={2}>
  <Card title="Localization Architecture" icon="diagram-project" href="./localization-architecture" />

  <Card title="Fetch Localized Content" icon="code" href="./fetching-localized-content-api" />
</CardGroup>

## Advanced localization

<CardGroup cols={2}>
  <Card title="Locale-Specific Content" icon="file-lines" href="./locale-specific-content" />

  <Card title="Translation Integrations" icon="plug" href="./translation-integrations" />
</CardGroup>

## SEO for multilingual sites

<CardGroup cols={2}>
  <Card title="Multilingual SEO" icon="magnifying-glass" href="../seo/seo-multilingual-sites" />
</CardGroup>
