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!

CommentFileSizeAuthor
#2 lang2.png84.9 KBAnatoliy Vorobyov
#2 lang1.png79.83 KBAnatoliy Vorobyov

Comments

Tankeroo created an issue. See original summary.

Anatoliy Vorobyov’s picture

StatusFileSize
new79.83 KB
new84.9 KB

@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.

aburrows’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

As per above screenshots - works as intended