You are here

function panopoly_core_install_locale_selection in Panopoly Core 7

Task handler to set the language to English since that is the only one we have at the moment.

File

./panopoly_core.profile.inc, line 11
panopoly_core.profile.inc

Code

function panopoly_core_install_locale_selection(&$install_state) {
  $install_state['parameters']['locale'] = 'en';
}