N
napo
Hi,
I'm developing an RCP application based on Eclipse 3.3.
I wrote it down in my language and then I translated it using Externalize
mechanism in Eclipse.
When the application starts, a little login form appears. On that form
there's a combobox with a list of languages.
When I select a language I need to have the form (and the application)
translated on-the-fly, without restart or something else.
In the selection event of the combobox I wrote down:
Locale.setDefault(localeSelectedFromCombo);
but I want the application to be translated at runtime.
How can I do that?
Hi
Marco
I'm developing an RCP application based on Eclipse 3.3.
I wrote it down in my language and then I translated it using Externalize
mechanism in Eclipse.
When the application starts, a little login form appears. On that form
there's a combobox with a list of languages.
When I select a language I need to have the form (and the application)
translated on-the-fly, without restart or something else.
In the selection event of the combobox I wrote down:
Locale.setDefault(localeSelectedFromCombo);
but I want the application to be translated at runtime.
How can I do that?
Hi
Marco