Home > @uniformdev/canvas > LocaleClient > get

LocaleClient.get() method

Fetches all locales for a project

Signature:

Parameters

<table><thead><tr><th>

Parameter

</th><th>

Type

</th><th>

Description

</th></tr></thead> <tbody><tr><td>

options

</td><td>

ExceptProject<LocalesGetParameters>

</td><td>

(Optional)

</td></tr> </tbody></table> Returns:

Promise<{ results: { locale: string; displayName: string; isDefault: boolean; }[]; }>