---
title: Localization
---

# Localization
---
Version Localization 0.0.0-unknown.0

## Table of Contents
   - [Table of Contents](#table-of-contents)
   - [Overview](#overview)
   - [Types](#types)
     - [ISO639_2Language](#isolanguage)
     - [Locality](#locality)
     - [CountryCode](#countrycode)
     - [Language](#language)
     - [Locale](#locale)
     - [TimeZone](#timezone)


## Overview
 undefined

## Types

### ISO639_2Language



```typescript
type ISO639_2Language = string
```



---
### Locality



```typescript
type Locality = string
```



---
### CountryCode



```typescript
type CountryCode = string
```



---
### Language



```typescript
type Language = string
```



---
### Locale



```typescript
type Locale = string
```



---
### TimeZone



```typescript
type TimeZone = string
```



---