# @nexim/localizer

## Classes

| Class                             | Description                                                   |
| --------------------------------- | ------------------------------------------------------------- |
| [Localizer](classes/Localizer.md) | Provides localization and internationalization functionality. |

## Interfaces

| Interface                      | Description                                                                   |
| ------------------------------ | ----------------------------------------------------------------------------- |
| [Locale](interfaces/Locale.md) | Represents a locale configuration with language code and language identifier. |

## Type Aliases

| Type Alias                               | Description                                                                                                                                   |
| ---------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| [LocaleCode](type-aliases/LocaleCode.md) | Represents a locale code in the format "language-COUNTRY". The language part must be in lowercase, and the country part must be in uppercase. |
