# I18nProvider

**Kind:** Component

**Source:** [`atloria-monorepo/templates/site-bootstrap/src/lib/i18n.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/templates/site-bootstrap/src/lib/i18n.tsx#L74)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `defaultLocale` | `string` | - | "en" |
| `children` | `ReactNode` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_I18nProvider_2ae60c3d["I18nProvider"]
    class component_I18nProvider_2ae60c3d rootComponent
```

## Relationships

- RENDERS → `I18nContext-Provider`
- USES_HOOK → `useState`
- USES_HOOK → `useEffect`
