com.izforge.izpack.installer.language
Class LanguageConsoleDialog

java.lang.Object
  extended by com.izforge.izpack.installer.language.LanguageConsoleDialog

public class LanguageConsoleDialog
extends Object


Constructor Summary
LanguageConsoleDialog(Locales locales, ConsoleInstallData installData, Console console, Housekeeper housekeeper)
           
 
Method Summary
 void initLangPack()
          Displays the dialog.
 void propagateLocale(String code)
          Sets the selected locale on the installation data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LanguageConsoleDialog

public LanguageConsoleDialog(Locales locales,
                             ConsoleInstallData installData,
                             Console console,
                             Housekeeper housekeeper)
Method Detail

initLangPack

public void initLangPack()
Displays the dialog.


propagateLocale

public void propagateLocale(String code)
Sets the selected locale on the installation data.

Parameters:
code - the locale ISO code


Copyright © 2018. All rights reserved.