@firebolt-js/sdk
Version:
The Firebolt JS SDK
69 lines (45 loc) • 695 B
Markdown
title: Localization
# Localization
## Table of Contents
- [Table of Contents](#table-of-contents)
- [Types](#types)
- [ISO639_2Language](#isolanguage)
- [Locality](#locality)
- [CountryCode](#countrycode)
- [Language](#language)
- [Locale](#locale)
- [TimeZone](#timezone)
## 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
```