Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
So, I got a view listing a specific content type and I have a contextual filter applied in glossary mode to filter out titles beginning with a specific letter. The view itself works great when switching from english to swedish (used i18n page view and path translation) but as soon as I apply a letter after the view url to use the contextual filter it won't work anymore. I've done a similar view that utilize a contextual filter based on taxonomy term, as the terms are translated themselves this works great, but in the glossary mode I can't seem to find a way to do it.
Hi all, I have developed a multi-lingual site with i18n module (7.x-1.13) and everything works as expected.My Drupal version is 7.34.
Recently, my client have asked not to translate the number. The website works in English and Arabic.
To be more specific, when Arabic is chosen, we do not want the numbers to be displayed in Arabic, instead we need to display the same in English. Now, each numbers are translated to Arabic when the language is chosen as Arabic, even the user input.
I use entity translation and I got everything translated (nodes, blocks). However, I use Block Subtitle module to extend default Drupal block output. Now, I have problem with translating that "Subtitle" field. It allows me to translate Block title, but not that extra subtitle field for which I use mentioned module.
Looking to return mixed language content in single view, with corresponding links using path.
Example: /fr/french-content, and /english-content instead of /fr/english-content (which 404s as it is not translated and never will be)
I display some views by using the views_get_view_result('view_name', 'display_id') function.
I have a multilingual site and when I switch from DE to EN everything translates fine (even the content of the view results). Except the (node) title of the results which always stays in the original language of the node.
I use entity translation and the module "title" (version Title 7.x-1.0-alpha7+14-dev, 2015-Mär-23) which transforms the node title into a field which makes it translatable.