HomeVendure CoreShow hidden breadcrumbs...PipesLocaleRegionNamePipeOn this pageLocaleRegionNamePipe@vendure/admin-uiSource Displays a human-readable name for a given region. Example HTML{{ 'GB' | localeRegionName }} Signatureclass LocaleRegionNamePipe extends LocaleBasePipe implements PipeTransform { constructor(dataService?: DataService, changeDetectorRef?: ChangeDetectorRef) transform(value: any, locale?: unknown) => string;} Extends: LocaleBasePipe Implements: PipeTransform transformmethod(value: any, locale?: unknown) => stringWas this chapter helpful?It was helpfulIt wasn't helpfulReport IssuePreviousLocaleLanguageNamePipeNextTimeAgoPipeEdited Apr 20, 2026ยทEdit this page