You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I played around the source code,
I didn't find any way to get the country flag icon,
and also is there any plan to add countries name translation to other languages? Arabic for example!
The text was updated successfully, but these errors were encountered:
$country = Country::findByName('United Arab Emirates');
// then the user can interact with coutry as object not string$flag = $country->flag;
$arabicName = $country->translate('ar')->name;
// Also currency other important and usefull fields
I played around the source code,
I didn't find any way to get the country flag icon,
and also is there any plan to add countries name translation to other languages? Arabic for example!
The text was updated successfully, but these errors were encountered: