• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Design issue : language switch

 
Ranch Hand
Posts: 78
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everybody,

i am starting to work on a Swing GUI, and i would like to implement
a dynamic behavior for the language switch (i.e. no need to restart
the application to get the new language selected).
Is there a well-known design to address this issue ? I have though
of a notification process between a TextResourceManager responsible to
maintain the current set of text resources, and all the graphical components. Each time the current set of resources change, the graphical
components are notified that it's time to reload their text resources.

What do you think about that ?

Gilles
reply
    Bookmark Topic Watch Topic
  • New Topic