HomeVendure CoreShow hidden breadcrumbs...PipesLocaleCurrencyNamePipeOn this pageLocaleCurrencyNamePipe@vendure/admin-uiSource Displays a human-readable name for a given ISO 4217 currency code. Example HTML{{ order.currencyCode | localeCurrencyName }} Signatureclass LocaleCurrencyNamePipe extends LocaleBasePipe implements PipeTransform { constructor(dataService?: DataService, changeDetectorRef?: ChangeDetectorRef) transform(value: any, display: 'full' | 'symbol' | 'name' = 'full', locale?: unknown) => any;} Extends: LocaleBasePipe Implements: PipeTransform transformmethod(value: any, display: 'full' | 'symbol' | 'name' = 'full', locale?: unknown) => anyWas this chapter helpful?It was helpfulIt wasn't helpfulReport IssuePreviousHasPermissionPipeNextLocaleCurrencyPipeEdited Apr 20, 2026ยทEdit this page