This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Custom panel custom language selection
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- 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
- 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
