UNPKG

next-intl

Version:

Internationalization (i18n) for Next.js

5 lines (3 loc) 128 B
// Used to read the locale from the middleware const HEADER_LOCALE_NAME = 'X-NEXT-INTL-LOCALE'; export { HEADER_LOCALE_NAME };