I am trying to get the title of a view to be translated, but try as I might, I am always getting the English version being displayed.

I have enabled Views translation 7.x-3.x-dev, I have translated the Title string that I want, flushed caches, etc.. the string still comes in as English. The content that is being displayed by the view is being shown correctly; that is to say that en I'm at www.example.com/es/view I see Spanish titles, and at www.example.com/view I see the English titles.

Am I missing something right in front of my face? I don't see much in the way of documentation or how-to's for dealing with Views and translations.

Any help, pointers or direction would be greatly appreciated.

Comments

BrockBoland’s picture

I'm seeing the same thing. Any chance you've figure it out since posting this?

BrockBoland’s picture

I take that back: my problem was because of the i18n page views module. When I added a regular page view, the title was translated correctly.

I opened an issue in that queue about it: #1649280: Title translation doesn't work (with i18nviews)