HomeVendure CoreShow hidden breadcrumbs...PipesLocaleCurrencyPipeOn this pageLocaleCurrencyPipe@vendure/admin-uiSource Formats a Vendure monetary value (in cents) into the correct format for the configured currency and display locale. Example HTML{{ variant.priceWithTax | localeCurrency }} Signatureclass LocaleCurrencyPipe extends LocaleBasePipe implements PipeTransform { readonly precisionFactor: number; constructor(currencyService: CurrencyService, dataService?: DataService, changeDetectorRef?: ChangeDetectorRef) transform(value: unknown, args: unknown[]) => string | unknown;} Extends: LocaleBasePipe Implements: PipeTransform precisionFactorpropertynumbertransformmethod(value: unknown, args: unknown[]) => string | unknownWas this chapter helpful?It was helpfulIt wasn't helpfulReport IssuePreviousLocaleCurrencyNamePipeNextLocaleDatePipeEdited Apr 20, 2026ยทEdit this page