- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Oct 10, 2011
12:45 PM
Custom panel custom language selection
Hello, our software has a upgrade feature that must check if there is a version already installed to upgrade and our installer uses different files for different languages. so i was hoping to create a custom panel that will display the choose able languages. instead of having them in the splash screen. I can not seem to change the language of the installation with a custom panel! i have tried two ways right now and they do not work.
com.zerog.ia.designer.customizers.LocaleSettingCustomizer.setDefaultLocale(Locale.GERMAN);
com.zerog.ia.designer.customizers.InstallPanelActionDashboard.setDefaultLocale(Locale.GERMAN);
is there any why that i can possible set the language from a custom panel?
thank you!
com.zerog.ia.designer.customizers.LocaleSettingCustomizer.setDefaultLocale(Locale.GERMAN);
com.zerog.ia.designer.customizers.InstallPanelActionDashboard.setDefaultLocale(Locale.GERMAN);
is there any why that i can possible set the language from a custom panel?
thank you!
1 Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Nov 08, 2011
02:53 PM
review the API for the CustomCodePanel here:
http://helpnet.flexerasoftware.com/robo/projects/ia2011api/javadoc/com/zerog/ia/api/pub/CustomCodePanel.html
http://helpnet.flexerasoftware.com/robo/projects/ia2011api/javadoc/com/zerog/ia/api/pub/CustomCodePanel.html
