
Hello I have multilingual site and I use views bootstrap accordion, when Bootstrap accordion always render the accordion title in Original language. Is there a way to make it auto user's language? Thanks!
Comment | File | Size | Author |
---|---|---|---|
#2 | lang2.png | 84.9 KB | Anatoliy Vorobyov |
#2 | lang1.png | 79.83 KB | Anatoliy Vorobyov |
Comments
Comment #2
Anatoliy Vorobyov CreditAttribution: Anatoliy Vorobyov at JAKALA (formerly FFW) commented@Tankeroo this issue related to https://www.drupal.org/project/views_bootstrap/issues/2903153
But in this case everything works as expected, because it's already use correct code:
$vars['titles'][$key] = $view->style_plugin->get_field($key, $title_field);
Works great with: https://www.drupal.org/project/i18n
See screenshots.
Comment #3
aburrows CreditAttribution: aburrows at DigiDrop commentedAs per above screenshots - works as intended