If you define your UI in BXML, you can just reload it after you change the locale.
On Dec 15, 2010, at 12:04 PM, João Neves wrote: > Thanks, somehow I missed that method. > > So there is no "automagic" way to update the UI, and I'll have to > change the text in all elements "manually", correct? > > Thanks once again for your help. > > -- > João Neves > > > > On Wed, Dec 15, 2010 at 16:56, Greg Brown <[email protected]> wrote: >> Yes - you can call Locale.setDefault(). However, your UI won't automatically >> update itself. You'll need to handle this yourself. >> >> On Dec 15, 2010, at 11:47 AM, João Neves wrote: >> >>> Hi, >>> >>> Is it possible to change the application locale after it started? >>> >>> Thanks! >>> >>> -- >>> João Neves >> >>
