Problem/Motivation
Locale mapper is missing multiple countries and should take purchase country and interface language into account when resolving the locale.
Remaining tasks
Map purchase country and interface language to a locale. For example:
- Finnish interface language and finland as purchase country should resolve to fi-Fi
- English interface language and finland purchase country should resolve to en-FI
- If no match is found, fallback to purchase country's default locale, in this case fi-Fi
- If no match is found for country, fallback to en-US
See https://docs.klarna.com/klarna-payments/in-depth-knowledge/puchase-count... for available locales.
Comments
Comment #3
tuutti commented