Search
Search
getLocales
getLocales
getLocales
Get all Locales in the project.
const locales = await framer.getLocales()
Returns
Promise<readonly Locale[]>
– A list of all of the locales in the project.
Caveats
Does not include the default Locale. See
getDefaultLocale
.