import { getCountryCode, getLanguageCode } from "language-country-code"
const countryCode = getCountryCode("en") // "US"
const languageCode = getLanguageCode("US") // "en"
Package detail
language-country-code
A library to convert language codes to country codes and vice versa.