My survey is in a RTL language (Yiddish). But some questions I need to have in English (LTR language). So in short I need a trick, which would allow to change text direction (RTL to LTR and vise versa) in my survey. How can I do that?
I added English as a second language to the survey
I added English translations to selected questions
I used the setLanguage('eng') and setLanguage('yid') PHP functions
That does not change the text direction. Neither do the language settings on the top of a question page.
Is there other options I can try? Why does not the setLanguage function make the trick?
Best