locale_config_batch_build(array $names, array $langcodes, array $options = array())
Creates a locale batch to refresh specific configuration.
Parameters
array $names: List of configuration object names (which are strings) to update.
array $langcodes: List of language codes to refresh.
array $options: (optional) An array with options that can have the following elements:
'finish_feedback': Whether or not to give feedback to the user when the batch is finished. Defaults to TRUE.
Return value