in pi based Extension I have: $this->pi_getLL('languagekey') to get my translated variable.
What is the Extbase code for that?
I know how to do this in Fluid Template, but I need it in the Repository.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check this clue, it suggests that this should work:
that should do the trick as well:
BTW, sometimes easiest solution is checking how does ViewHelper which you know work. As I can see
TranslateVH uses the same method, check it inrender(...)method of: