***

title: "UseUiLanguageLoader"
generated: true
---------------

<GenerationInfo sourceFile="packages/dashboard/src/lib/hooks/use-ui-language-loader.ts" sourceLine="16" packageName="@vendure/dashboard" />

Loads the UI translations for the given locale and activates it
with the Lingui I18nProvider. Generally this is used internally
when the display language is set via the user > language dialog.

```ts title="Signature"
function useUiLanguageLoader(): void
```
