} /**
* Loads localizations list from SBP
*/
public function getAvailableLocalizationsAction() { $firstRunWizardPluginStore =
$this->container->
get(FirstRunWizardPluginStoreService::
class);
try { $localizations =
$firstRunWizardPluginStore->
getAvailableLocalizations($this->
getCurrentLocale(),
$this->
getVersion());
} catch (Exception
$e) { $this->
View()->
assign([ 'success' => true,
'data' =>
[],
]);
return;
} $storeClient =
$this->container->
get(StoreClient::
class);
$storeClient->
doTrackEvent('First Run Wizard started'
);