[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Switching language local while running an rcp application

Claudia Lang wrote:
Hi,
I would like to change my language locale (e.g. from en_US to de_DE) while running my RCP application without stopping or restarting it. How can I refresh/reload the plugins? How can I initiate a refresh of views?
Any hint is welcome.
Thank You.



You can't do that currently (I think). You probably could dynamically load the different language fragment, but many of the actions are instantiated with their messages at window creation ... switching those messages while running isn't really supported.


Later,
PW