Skip to main content

TypeAlias.SupportedLocale

type SupportedLocale = ObjectEnum<typeof SupportedLocale>;

BCP 47 locale codes supported across the platform for user-facing content (e.g. DPP action labels, product descriptions). Source of truth shared between the backend, the admin UI and the DPP App.

  • en-US: English (United States).
  • fr-FR: French (France).