I am working on an Eclipse RCP application with localization. A user should be able to change the language used in the application on the fly. A restart of the application should not take place during this language switch. It should also be possible to switch between languages written from left to right and languages written from right to left.
Is there a (good) way to solve this problem?
|
|
|
||
|
|
According to this thread:
So this is not currently managed dynamically unless you program it yourself... That said, a slightly different problem was set in this thread:
Note: adding " |
|||
|

setText(*)on everything automatically... – VonC Sep 17 at 8:33