# LocaleType

- Human documentation: [https://docs.univer.ai/reference/enums/locale-type](https://docs.univer.ai/reference/enums/locale-type)

- Agent Markdown: [https://docs.univer.ai/reference/enums/locale-type.md](https://docs.univer.ai/reference/enums/locale-type.md)

- Requested language: `en-US`

- Content language: `en-US`

- Documentation version: `1.0.0-rc.0`

- Source: [enums/locale-type.mdx](https://github.com/dream-num/documentation/blob/dev/content/reference/enums/locale-type.mdx)

---

Locale identifiers used by Univer initialization and snapshots. Import and merge the corresponding locale data when configuring the editor.

## Import

```ts
import { LocaleType } from '@univerjs/core'
```

## Definition

```ts
enum LocaleType {
  EN_US = 'enUS',
  FR_FR = 'frFR',
  ZH_CN = 'zhCN',
  RU_RU = 'ruRU',
  ZH_TW = 'zhTW',
  ZH_HK = 'zhHK',
  VI_VN = 'viVN',
  FA_IR = 'faIR',
  JA_JP = 'jaJP',
  KO_KR = 'koKR',
  ES_ES = 'esES',
  CA_ES = 'caES',
  SK_SK = 'skSK',
  PT_BR = 'ptBR',
  DE_DE = 'deDE',
  IT_IT = 'itIT',
  ID_ID = 'idID',
  PL_PL = 'plPL',
  AR_SA = 'arSA',
}
```

**Package:** [`@univerjs/core`](https://docs.univer.ai/reference/packages/plugins/univerjs/core.md) · [Type definitions](https://unpkg.com/@univerjs/core@1.0.0-rc.0/lib/types/types/enum/locale-type.d.ts)
