Extract a Locale from the language code and country code.
Locale get locale => Locale(languageCode, countryCode);