Skip to content
Snippets Groups Projects
Commit 1806386c authored by Tore.Brede's avatar Tore.Brede
Browse files

GREG-85: Showing country list with selected language

parent 2cc4523c
No related branches found
No related tags found
1 merge request!113GREG-85: Guest registration page
...@@ -136,7 +136,8 @@ const GuestRegisterStep = forwardRef( ...@@ -136,7 +136,8 @@ const GuestRegisterStep = forwardRef(
> >
{getCountries().map((country) => ( {getCountries().map((country) => (
<MenuItem key={country} value={country}> <MenuItem key={country} value={country}>
{getName(country, 'en')} +{getCountryCallingCode(country)} {getName(country, i18n.language)} +
{getCountryCallingCode(country)}
</MenuItem> </MenuItem>
))} ))}
</Select> </Select>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment