Please help me to figure out how to provide my smartgwt application with RTL support.
The only way I tried is to set <body dir=RTL> right in index.html . And yes it works.
But my goal is to give a user ability to choose a language on a "user preferences" screen and automatically apply RTL in code of the application (reload of the application is acceptable in this case also).
What is the best way to do that dynamically?
The only way I tried is to set <body dir=RTL> right in index.html . And yes it works.
But my goal is to give a user ability to choose a language on a "user preferences" screen and automatically apply RTL in code of the application (reload of the application is acceptable in this case also).
What is the best way to do that dynamically?
Comment