Is there a way to change the language inside controller disregarding of the URL we came there?
For example for my /rss/ I want to use English always (while German is the default).
So when I access mysite.com/rss/ - english should be used.
I want to change the language inside RSS controller (question is it possible and how?), and then use lang() that would return English headings.
Thanks!