Renjith Mohan wrote:
I have a following scenario:
1. Application is launched using JNLP
2. It is multi-lingual application.
3. User clicks change language button to localize. Like web application, any provision to refresh entire application to reflect language change. Or should we go for application restart?
If it's multi-lingual, how you keeping track of the various languages (eg properties files like most web apps do)? When you switch language for a website, does the browser (in our case the app) restart? Only the page refresh - so ideally only the JPanel/JFrame/window refresh reflecting the new language. Also since you deploying using JNLP, I'm sure those language files are part of the deployment.