HomeVendure CoreMoreMoreHooksUseLocalFormatUseLocalFormat@vendure/dashboardSource This hook is used to format numbers and currencies using the configured language and locale of the dashboard app. Example Tsconst { formatCurrency, formatNumber, formatDate, formatLanguageName, formatCurrencyName, toMajorUnits,} = useLocalFormat(); Signaturefunction useLocalFormat(): voidPreviousUseIsServerConfigLoadedNextUsePaginatedList