Skip to main content
Category:

Question: How to chnage language switcher titles in Drupal 8 ? 

Solution: add the following in THEME.theme file.

/**
 * @param $variables
 */
function THEME_preprocess_links__language_block(&$variables) {
    foreach ($variables['links'] as $i => $link) {
        if ($variables['links'][$i]['link']['#title'] == 'English') {
            $variables['links'][$i]['link']['#title'] = 'EN';
        }
    }
}

Riadh Rahmi

Senior Web Developer PHP/Drupal & Laravel

I am a senior web developer, I have experience in planning and developing large scale dynamic web solutions especially in Drupal & Laravel.

Web Posts

Search

Page Facebook