Allows you to retrieve the default locale, specified in the integration configuration.
1---2import { getDefaultLocale } from "i18n:astro"3 4const locale = getDefaultLocale()5---