n Language switcher label cannot be changed in Drupal8 | CodimTh

Please Disable Your Browser Adblock Extension for our site and Refresh This Page!

our ads are user friendly, we do not serve popup ads. We serve responsible ads!

Refresh Page
Skip to main content
On . By CodimTh
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