Implements hook_preprocess_HOOK() for block.tpl.php.
function language_preprocess_block(&$variables) { if ($variables['block']->module == 'language') { $variables['attributes']['role'] = 'navigation'; } }