1.0.2 • Published 6 months ago

localizem v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

Small util class for handling coutry language localization

Example:

import { Locale } from "localizem"

const locale = new Locale('en-US') const language = locale.toLanguage() const country = locale.toCountry() const langugeCode = locale.languageCode() const countryCode = locale.countryCode()