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

# Dashboard Localization

> Multi-language support for the CCS dashboard — English, Simplified Chinese, Vietnamese, and Japanese

# Dashboard Localization

<Note>
  Available since v7.53.0 — Japanese (`ja`) joins English, Simplified Chinese,
  and Vietnamese
</Note>

The CCS dashboard supports multiple display languages. All 40+ components are fully translated, including Analytics, OAuth Providers, API Profiles, Settings, Shared Data, and more.

## Supported Languages

| Locale  | Language           | Added In | Coverage       |
| ------- | ------------------ | -------- | -------------- |
| `en`    | English            | v1.0     | Source locale  |
| `zh-CN` | Simplified Chinese | v7.51.0  | Full dashboard |
| `vi`    | Vietnamese         | v7.51.0  | Full dashboard |
| `ja`    | Japanese           | v7.53.0  | Full dashboard |

## Switching Language

The language switcher is in the top navigation bar of the dashboard.

```bash theme={null}
# Open dashboard
ccs config
# Click the language selector in the top-right corner
```

**Language detection order:**

1. User selection (persisted in `localStorage`)
2. Browser language preference (`navigator.language`)
3. Falls back to English (`en`)

Your selection is saved automatically — no page reload needed.

## Coverage

All major dashboard sections are fully localized:

<CardGroup cols={2}>
  <Card title="Analytics" icon="chart-line">
    Usage trends, cost breakdowns, model usage charts, session stats
  </Card>

  <Card title="OAuth Providers" icon="key">
    Provider status, account lists, quota displays, auth flows
  </Card>

  <Card title="API Profiles" icon="code">
    Profile creation wizard, preset catalog, settings forms
  </Card>

  <Card title="Settings" icon="gear">
    CLIProxy sync, preferences, dashboard auth, update settings
  </Card>

  <Card title="Shared Data" icon="folder">
    Commands, skills, agents tabs, search, markdown viewer
  </Card>

  <Card title="Live Monitor" icon="heart-pulse">
    Auth monitor, health status, token state indicators
  </Card>
</CardGroup>

## Next Steps

<CardGroup cols={2}>
  <Card title="Dashboard Overview" icon="gauge" href="/features/dashboard/overview">
    Full dashboard feature documentation
  </Card>

  <Card title="Analytics" icon="chart-line" href="/features/dashboard/analytics">
    Usage tracking and cost analysis
  </Card>
</CardGroup>
