# LocaleService

**Type:** injectable



LocaleService is responsible for managing locale states and configurations in an Angular application.
It utilizes the CLDR library to load and construct the locale for each region. This service allows
for dynamic loading of locales upon request and updates the state of the EUI app accordingly.

Key functionalities include:
 - Binding to a translation service for locale changes.
 - Updating the Angular LOCALE_ID token.


