I want to make my SWT app multi-language. So, I am using the new Eclipse string externalization mechanism, described here.
I made different messages_xx_XX.properties for some languages, and I am addressing to locale-dependent string through Messages.localeDependentString.
What I can't understand, is how can I switch locale to use other Messages_xx_XX.properties and not default Messages.properties? Is this possible to do at run-time?