Hi friends, I'm working on a multi-lingual application which requires me to change the text direction (either ltr or rtl) dynamically according to the user language.
I used a label for this. I assigned it a css class which would set the direction but its not working.
I also added a style to its CssStyleCollection list but its not working too.
Where am I doing it wrong? What are the ways in which it can be achieved?