Skip to content

currencyName
@localizer/format 1.1.1

The currencyName provides a user-friendly way to format and display currency names based on their ISO 4217 currency codes. It simplifies working with currency data by converting codes like GBP into their corresponding human-readable names.

Usage

typescript
import { 
currencyName
} from '@localizer/format';
const
result
=
currencyName
('GBP');

Demo

GBP - British Pound
LocaleLocalized value
en-US  American EnglishBritish Pound
fr-FR  French (France)livre sterling
de-DE  German (Germany)Britisches Pfund
fi-FI  Finnish (Finland)Englannin punta
sv-FI  Swedish (Finland)brittiskt pund
ko-KR  Korean (South Korea)영국 파운드
hi-IN  Hindi (India)ब्रिटिश पाउंड स्टर्लिंग

See also