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
Not sure how MR works, I drop the fix here, hoping magic happens.
File: /src/services/EmbedService.php somewhere near line 144
$params = http_build_query([
'key' => $settings->getMapToken(),
// add next line to make the map load using the site language'language' => Craft::$app->getLocale()->getLanguageID(),
'callback' => $callbackName,
]);
I guess the same trick also applies to other map providers?
The text was updated successfully, but these errors were encountered:
Can't understand why, for me, doesn't get the currentSite locale. I have the cp setted in english. Only english available site and it shows to me the country field in italian language. So weird. Is there a possibility to force it through a config file?
Not sure how MR works, I drop the fix here, hoping magic happens.
File:
/src/services/EmbedService.php
somewhere near line 144I guess the same trick also applies to other map providers?
The text was updated successfully, but these errors were encountered: